diff --git a/README.md b/README.md index 9405ac3..9023ccf 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not). -**Shipped version:** 12.2.0 +**Shipped version:** 12.3.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d6e75f6..193c784 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non). -**Version incluse:** 12.2.0 +**Version incluse:** 12.3.0 ## Captures d'écran diff --git a/manifest.json b/manifest.json index b69396e..36aca6f 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "GitLab Runner is a continuous integration tool to use with a GitLab instance (YNH or not).", "fr": "GitLab Runner est un outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)." }, - "version": "12.2.0~ynh1", + "version": "12.3.0~ynh1", "url": "https://gitlab.com/gitlab-org/gitlab-runner", "license": "MIT", "maintainer": { diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 22ab0df..e73699b 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="12.2.0" +gitlab_runner_version="12.3.0" -gitlab_runner_x86_64_source_sha256="584770bf9bff20abb3766c9f10c69e20d3e81674fcfac39dd408c959ca894bb2" +gitlab_runner_x86_64_source_sha256="345c6ec63d53d5c34712f3ca56feb6d403a395be2bba2fdf9a9632e5dacdf778" -gitlab_runner_i386_source_sha256="6306b343ea7974cb6eda383e0746ba510ef3dabdf499d803b2cb56a4bb9ce9c4" +gitlab_runner_i386_source_sha256="0a10ad7af53932ccf54c4251393a207ccd8ec5d6d223bdaf0ed9ac37428335d7" -gitlab_runner_arm_source_sha256="3f773b396ccba77a3eef1520f6c65a76b86edd9e0a2ea58acc6fb2480b37c211" +gitlab_runner_arm_source_sha256="e1246f5e97c4b199cdebccd74f33aea07d8bed8445b25c3431de89026fb2a2b3" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"