From 9bd51bd0bfb7f1feb38aed3fa4d0200c17ce986c Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 28 May 2019 16:52:58 +0200 Subject: [PATCH 1/2] missing experimental helper --- scripts/remove | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/remove b/scripts/remove index ae8a4f1..f69b473 100755 --- a/scripts/remove +++ b/scripts/remove @@ -7,6 +7,7 @@ #================================================= source _common.sh +source _experimental.sh source /usr/share/yunohost/helpers #================================================= From a7207f6bf90b2e12b46bf184d1450536cb6670a6 Mon Sep 17 00:00:00 2001 From: kay0u Date: Tue, 28 May 2019 16:58:06 +0200 Subject: [PATCH 2/2] Update to 11.11.1 --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d7c19aa..7c6dfcd 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:** 11.11.0 +**Shipped version:** 11.11.1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 34739c6..fb89ab9 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:** 11.11.0 +**Version incluse:** 11.11.1 ## Captures d'écran diff --git a/manifest.json b/manifest.json index b6a887b..54c0192 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": "11.11.0~ynh1", + "version": "11.11.1~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 9f435cc..b28ba4e 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="11.11.0" +gitlab_runner_version="11.11.1" -gitlab_runner_x86_64_source_sha256="4ec8ccc16dfb17137774856a784d5b6a9a1a1195a685eec875ac5da9332b6e07" +gitlab_runner_x86_64_source_sha256="ba274e3a940592b2dcd5362f91d009e2c59b541139d0694f2fa9f0d5813056c8" -gitlab_runner_i386_source_sha256="f3acf8b1f7f4e6e31f73c5fee96cf34be1337e493bda131e7c086bf5b5bb6507" +gitlab_runner_i386_source_sha256="e182932152a00010170b166e3f08dd6369c28400b046fbab40c94d2158195909" -gitlab_runner_arm_source_sha256="d2fbfd50f3fda9a02c46b72af2cc86b8eb49e0aef8eedbe534f005bf48e31166" +gitlab_runner_arm_source_sha256="7d263a10ef4e475a83b156634a53c92ce4b6dca07cae05cc1979da5c42ce7b3b" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"