mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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>
This commit is contained in:
parent
b56fa5a478
commit
7da9cda6c8
2 changed files with 4 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="jenkins"
|
||||
VERSION="2.332.2"
|
||||
VERSION="2.332.3"
|
||||
HOMEPAGE="https://www.jenkins.io/"
|
||||
DOWNLOAD="https://get.jenkins.io/war-stable/2.332.2/jenkins.war"
|
||||
MD5SUM="fd6257a0e8b9849a2e14eaee0599d929"
|
||||
DOWNLOAD="https://get.jenkins.io/war-stable/2.332.3/jenkins.war"
|
||||
MD5SUM="747de212d01aefcb676cddc55d4a78ea"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zulu-openjdk11"
|
||||
|
|
Loading…
Reference in a new issue