diff --git a/README.md b/README.md index 00904e2..9a0d9af 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Extendable continuous integration server -**Shipped version:** 2.426.1~ynh1 +**Shipped version:** 2.426.3~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 9dc08f6..3a418b6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Serveur d'intégration continue extensible -**Version incluse :** 2.426.1~ynh1 +**Version incluse :** 2.426.3~ynh1 ## Captures d’écran diff --git a/conf/app.src b/conf/app.src index c947edd..cdb4626 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.426.1_all.deb -SOURCE_SUM=a30fd080820c88e13801b80fd3d7434757b331a9fe7728b59493faaca3402949 +SOURCE_URL=https://pkg.jenkins.io/debian-stable/binary/jenkins_2.426.3_all.deb +SOURCE_SUM=7a453125a0194deba5a6464220e8beab3d0cd6a83f84f85a096babfaf5e752b5 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=deb SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c59bd1f..6d5bb1e 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.426.1~ynh1", + "version": "2.426.3~ynh1", "url": "https://jenkins.io/index.html", "upstream": { "license": "MIT", diff --git a/scripts/_common.sh b/scripts/_common.sh index 07781a7..5421bc8 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="openjdk-11-jdk|openjdk-17-jdk daemon net-tools" +pkg_dependencies="openjdk-11-jdk|openjdk-17-jdk|openjdk-21-jdk daemon net-tools" PLUGIN_CLI_VERSION=2.9.3