diff --git a/README.md b/README.md index ad37d0d..cace5e7 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 3ddb784..65415ec 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/check_process b/check_process index 19880d7..a95c76a 100644 --- a/check_process +++ b/check_process @@ -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 diff --git a/conf/app.src b/conf/app.src index 28c9d4a..f758202 100644 --- a/conf/app.src +++ b/conf/app.src @@ -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 diff --git a/manifest.json b/manifest.json index 77c9a98..08ed712 100644 --- a/manifest.json +++ b/manifest.json @@ -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",