Merge pull request #44 from manijak/master

Update to version 3.2.1 beta
This commit is contained in:
aptalca 2021-08-07 09:05:51 -04:00 committed by GitHub
commit 3f38cda5eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 5 deletions

View File

@ -18,7 +18,7 @@ jobs:
fi
echo "**** External trigger running off of master branch. To disable this trigger, set a Github secret named \"PAUSE_EXTERNAL_TRIGGER_WEBGRABPLUS_MASTER\". ****"
echo "**** Retrieving external version ****"
EXT_RELEASE=$(echo V3.1.8)
EXT_RELEASE=$(echo V3.2.1)
if [ -z "${EXT_RELEASE}" ] || [ "${EXT_RELEASE}" == "null" ]; then
echo "**** Can't retrieve external version, exiting ****"
FAILURE_REASON="Can't retrieve external version for webgrabplus branch master"

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.8"
ARG WEBGRAB_VER="3.2.1"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.8"
ARG WEBGRAB_VER="3.2.1"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="saarg"
# package versions
ARG WEBGRAB_VER="3.1.8"
ARG WEBGRAB_VER="3.2.1"
ARG WGUPDATE_VER=""
# environment variables.

View File

@ -3,7 +3,7 @@
# jenkins variables
project_name: docker-webgrabplus
external_type: na
custom_version_command: 'echo V3.1.8'
custom_version_command: 'echo V3.2.1'
release_type: stable
release_tag: latest
ls_branch: master

View File

@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "05.08.21:", desc: "Update to version 3.2.1 beta." }
- { date: "05.06.21:", desc: "Added mono-devel dependency." }
- { date: "04.06.21:", desc: "Update to version 3.1.8 beta." }
- { date: "22.03.21:", desc: "Update to version 3.1.7 beta." }