mirror of
https://github.com/YunoHost-Apps/jenkins_ynh.git
synced 2024-09-03 19:26:18 +02:00
Upgrade to 2.319.2~ynh1
This commit is contained in:
parent
449a3d4318
commit
048fec6307
5 changed files with 9 additions and 5 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Extendable continuous integration server
|
||||
|
||||
**Shipped version:** 2.319.1~ynh1
|
||||
**Shipped version:** 2.319.2~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Serveur d'intégration continue extensible
|
||||
|
||||
**Version incluse :** 2.319.1~ynh1
|
||||
**Version incluse :** 2.319.2~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
#upgrade=1 from_commit=f165327adcc291a479ab73050bcaa1b84784e763
|
||||
# 2.303.1~ynh1
|
||||
upgrade=1 from_commit=0bb8a4ca3a90693c5594a72379704f7e08519c92
|
||||
# 2.319.1~ynh1
|
||||
upgrade=1 from_commit=449a3d43180316d6b1bdb693354bd7cdbe8ef987
|
||||
backup_restore=1
|
||||
multi_instance=0
|
||||
change_url=1
|
||||
|
@ -59,3 +61,5 @@ Notification=none
|
|||
name=2.289.3~ynh1
|
||||
; commit=0bb8a4ca3a90693c5594a72379704f7e08519c92
|
||||
name=2.303.1~ynh1
|
||||
; commit=449a3d43180316d6b1bdb693354bd7cdbe8ef987
|
||||
name=2.319.1~ynh1
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.319.1_all.deb
|
||||
SOURCE_SUM=ff455afebe2f63d0c3a891071478b1f5a36ba622422a10dcd91d1b4aeba4a05e
|
||||
SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.319.2_all.deb
|
||||
SOURCE_SUM=f8079526d4588bc6865c2f4651516e382024eea6f71cf71607340bb8850d8619
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=deb
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Extendable continuous integration server",
|
||||
"fr": "Serveur d'intégration continue extensible"
|
||||
},
|
||||
"version": "2.319.1~ynh1",
|
||||
"version": "2.319.2~ynh1",
|
||||
"url": "https://jenkins.io/index.html",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue