diff --git a/README.md b/README.md index 81f437e..93fce64 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.303.1~ynh1 +**Shipped version:** 2.303.2~ynh1 diff --git a/README_fr.md b/README_fr.md index 0d7c01b..d2eef64 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.303.1~ynh1 +**Version incluse :** 2.303.2~ynh1 diff --git a/check_process b/check_process index 0c8c645..c85db35 100644 --- a/check_process +++ b/check_process @@ -29,6 +29,8 @@ upgrade=1 from_commit=c7a3a24e56e9be3b5991a175d08be116392b5a19 # 2.289.3~ynh1 upgrade=1 from_commit=f165327adcc291a479ab73050bcaa1b84784e763 + # 2.303.1~ynh1 + upgrade=1 from_commit=0bb8a4ca3a90693c5594a72379704f7e08519c92 backup_restore=1 multi_instance=0 port_already_use=1 (8080) @@ -56,3 +58,5 @@ Notification=none name=2.289.2~ynh1 ; commit=f165327adcc291a479ab73050bcaa1b84784e763 name=2.289.3~ynh1 + ; commit=0bb8a4ca3a90693c5594a72379704f7e08519c92 + name=2.303.1~ynh1 diff --git a/conf/app.src b/conf/app.src index 25aece7..4a5384d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.303.1_all.deb -SOURCE_SUM=637cbd7e0bafacf30b8d85ebe03ddea6c7fc1dd472a330bbed4bc31e2b243bee +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.303.2_all.deb +SOURCE_SUM=1a39e8e856d3f9c42ba694012995be323148e2df27f7991c85aaf81f34e2aa08 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 148f301..46527b2 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.303.1~ynh1", + "version": "2.303.2~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT",