From 0456c0c6d47f63f192e97a7fee7c4e0ba805e020 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Mon, 23 Mar 2020 01:41:25 +0100 Subject: [PATCH] 12.9.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 8fd666f..81acdae 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.8.0 +**Shipped version:** 12.9.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5a45c93..0fdc677 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.8.0 +**Version incluse:** 12.9.0 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 25b802c..6303941 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.8.0~ynh1", + "version": "12.9.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 a187405..780fa36 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="12.8.0" +gitlab_runner_version="12.9.0" -gitlab_runner_x86_64_source_sha256="d56889a539200be975ba87ceb2b5997bce13e60d5ff8bedef4ca633cc3c99a6d" +gitlab_runner_x86_64_source_sha256="0a5c50cf3550061d3d7afc77aa33356b6a1eccce1832775529357e5325e918b6" -gitlab_runner_i386_source_sha256="a3c61d9ca447d6455d082e53d69c9e84f0bd1f996060739c608b08fae111cd5b" +gitlab_runner_i386_source_sha256="ae9c804f09a48539523feda06a48dd9f4a8910c92b286760ca5531ac121fa17f" -gitlab_runner_arm_source_sha256="e45f79cb429ab3b928e7fc6454c427e45f60b66ab614e01eef2e552adf0ff82c" +gitlab_runner_arm_source_sha256="d791001405fbee502329643e5b2c997d78ddbbe1bbbd0b1bc9d5ae48ae366581" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"