summaryrefslogtreecommitdiff
path: root/system/jenkins/jenkins.SlackBuild
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-05-05 13:55:55 +1200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-05-07 13:59:25 +0700
commit7da9cda6c897c747862ad7fa8eba40e7104790dd (patch)
tree2b46c010a44f96c4f8b52d609973b2e1cbd5c2c3 /system/jenkins/jenkins.SlackBuild
parentb56fa5a4781c43d3583c1279443cc3dc0c81df02 (diff)
downloadslackbuilds-7da9cda6c897c747862ad7fa8eba40e7104790dd.tar.gz
system/jenkins: Updated for version 2.332.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/jenkins/jenkins.SlackBuild')
-rw-r--r--system/jenkins/jenkins.SlackBuild5
1 files changed, 1 insertions, 4 deletions
diff --git a/system/jenkins/jenkins.SlackBuild b/system/jenkins/jenkins.SlackBuild
index 2623f1e859..aafad23fb1 100644
--- a/system/jenkins/jenkins.SlackBuild
+++ b/system/jenkins/jenkins.SlackBuild
@@ -26,16 +26,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jenkins
-VERSION=${VERSION:-2.332.2}
+VERSION=${VERSION:-2.332.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0