Browse Source
system/jenkins: Updated for version 2.479.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/270/head
Andrew Clemons
9 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
system/jenkins/jenkins.SlackBuild
-
system/jenkins/jenkins.info
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
# Copyright 2019 Giorgio Peron <giorgio.peron@gmail.com>, Belluno, Italy |
|
|
|
# Copyright 2017-2022 Andrew Clemons, Wellington, New Zealand |
|
|
|
# Copyright 2022-2024 Andrew Clemons, Tokyo, Japan |
|
|
|
# Copyright 2022-2025 Andrew Clemons, Tokyo, Japan |
|
|
|
# All rights reserved. |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modification, is |
|
|
@ -27,7 +27,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=jenkins |
|
|
|
VERSION=${VERSION:-2.479.2} |
|
|
|
VERSION=${VERSION:-2.479.3} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="jenkins" |
|
|
|
VERSION="2.479.2" |
|
|
|
VERSION="2.479.3" |
|
|
|
HOMEPAGE="https://www.jenkins.io/" |
|
|
|
DOWNLOAD="https://get.jenkins.io/war-stable/2.479.2/jenkins.war" |
|
|
|
MD5SUM="e5ef7708225453187e190e7ac169c456" |
|
|
|
DOWNLOAD="https://get.jenkins.io/war-stable/2.479.3/jenkins.war" |
|
|
|
MD5SUM="ca3c20c59c3be7079ccd8de37f80b905" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="zulu-openjdk21" |
|
|
|