From b91f3089a91bc992c514eaf43af3963a3896b0e1 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 24 Jun 2022 03:33:21 +0200 Subject: [PATCH] Upgrade to 2.346.1~ynh1 --- README.md | 2 +- README_fr.md | 2 +- check_process | 2 ++ conf/app.src | 4 ++-- manifest.json | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0245127..07276e2 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.332.3~ynh1 +**Shipped version:** 2.346.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index fb09a90..b879076 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Serveur d'intégration continue extensible -**Version incluse :** 2.332.3~ynh1 +**Version incluse :** 2.346.1~ynh1 ## Captures d'écran diff --git a/check_process b/check_process index 5a6d2e3..702d737 100644 --- a/check_process +++ b/check_process @@ -37,6 +37,8 @@ upgrade=1 from_commit=7e40418b50b5c25d80f3bc521f9627cdd22c4201 # 2.319.3~ynh1 upgrade=1 from_commit=ceac884c4d82f8164ec7ce391d354d794948bb72 + # 2.332.3~ynh1 + upgrade=1 from_commit=5ff1883636f649c7e32d6b520fd54621f83097ba backup_restore=1 multi_instance=0 change_url=1 diff --git a/conf/app.src b/conf/app.src index 371a178..13cdfa2 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.332.3_all.deb -SOURCE_SUM=319fa6ab596f63b826a9ab6ba5a7230aff73d271acc6241ffb23788ffc123883 +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.346.1_all.deb +SOURCE_SUM=cc5b6caca616f7aa4755fadddd8eafefe8bd74be25b422eebd4a2a978c6bb015 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 6b8833e..f9b2d59 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.332.3~ynh1", + "version": "2.346.1~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT",