From 5b9998d34b0da47b1cc7fe7c14a1a769eedff956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Sun, 23 Jun 2019 20:50:22 +0200 Subject: [PATCH] 12.0.0 --- 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 7c6dfcd..520a1af 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.1 +**Shipped version:** 12.0.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index fb89ab9..1fc09c3 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.1 +**Version incluse:** 12.0.0 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 54c0192..1cb9e1c 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.1~ynh1", + "version": "12.0.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 b28ba4e..009e5e4 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="11.11.1" +gitlab_runner_version="12.0.0" -gitlab_runner_x86_64_source_sha256="ba274e3a940592b2dcd5362f91d009e2c59b541139d0694f2fa9f0d5813056c8" +gitlab_runner_x86_64_source_sha256="e6f534ee8a9ea55dfd53193dd7b0725a911a64545bf5a56affb6adaf082b5efd" -gitlab_runner_i386_source_sha256="e182932152a00010170b166e3f08dd6369c28400b046fbab40c94d2158195909" +gitlab_runner_i386_source_sha256="770829925fd3137de1f1b2b6dbe5c213bcf0f79e0fa7b89613ff7d7296a98131" -gitlab_runner_arm_source_sha256="7d263a10ef4e475a83b156634a53c92ce4b6dca07cae05cc1979da5c42ce7b3b" +gitlab_runner_arm_source_sha256="1ff72e91d5bd5e24692918cd3ef78cbbbe7b732a6ba05f635679aa475a5a4d8d" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"