jenkins: update to 2.121.1. (#412)
This commit is contained in:
parent
c15285852c
commit
b9d1127ccf
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'jenkins'
|
# Template file for 'jenkins'
|
||||||
pkgname=jenkins
|
pkgname=jenkins
|
||||||
version=2.109
|
version=2.121.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=fetch
|
build_style=fetch
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
|
@ -8,8 +8,8 @@ short_desc="Open source automation server"
|
||||||
maintainer="Renato Aguiar <renato@renag.me>"
|
maintainer="Renato Aguiar <renato@renag.me>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://jenkins.io/"
|
homepage="https://jenkins.io/"
|
||||||
distfiles="http://mirrors.jenkins-ci.org/war/${version}/jenkins.war"
|
distfiles="http://mirrors.jenkins.io/war-stable/${version}/jenkins.war"
|
||||||
checksum=90ecc4fa84e6d78182d9616aa567164f29741a8025d159c71bad37fe2ac6aed4
|
checksum=5bb075b81a3929ceada4e960049e37df5f15a1e3cfc9dc24d749858e70b48919
|
||||||
# Create 'jenkins' user
|
# Create 'jenkins' user
|
||||||
system_accounts="jenkins"
|
system_accounts="jenkins"
|
||||||
jenkins_homedir="/var/lib/jenkins"
|
jenkins_homedir="/var/lib/jenkins"
|
||||||
|
|
Loading…
Reference in a new issue