Skip to content

Commit

Permalink
Updating WebGrab+Plus to 3.1.4 (#29)
Browse files Browse the repository at this point in the history
* Updating WebGrab+Plus to 3.1.4

* fixed readme changes
  • Loading branch information
Laibalion authored Dec 22, 2020
1 parent 68c0b36 commit 1f9021e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/external_trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1)
EXT_RELEASE=$(echo V3.1.4)
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"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
ARG WEBGRAB_VER="3.1.4"
ARG WGUPDATE_VER=""

# environment variables.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
ARG WEBGRAB_VER="3.1.4"
ARG WGUPDATE_VER=""

# environment variables.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.armhf
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
ARG WEBGRAB_VER="3.1.4"
ARG WGUPDATE_VER=""

# environment variables.
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pipeline {
steps{
script{
env.EXT_RELEASE = sh(
script: ''' echo V3.1.1 ''',
script: ''' echo V3.1.4 ''',
returnStdout: true).trim()
env.RELEASE_LINK = 'custom_command'
}
Expand Down
2 changes: 1 addition & 1 deletion jenkins-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# jenkins variables
project_name: docker-webgrabplus
external_type: na
custom_version_command: 'echo V3.1.1'
custom_version_command: 'echo V3.1.4'
release_type: stable
release_tag: latest
ls_branch: master
Expand Down
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "22.12.20:", desc: "Update to version 3.1.4 beta." }
- { date: "12.10.20:", desc: "Fix version number in jenkinsfile." }
- { date: "12.10.20:", desc: "Update to version 3.1.1 beta." }
- { date: "22.06.20:", desc: "Add mono webrequest library." }
Expand Down

0 comments on commit 1f9021e

Please sign in to comment.