From 8aa6bb03d9851b52d4196e2db3026d831d91381d Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 23 Jan 2020 18:53:49 +0700 Subject: [PATCH] 12.7.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 9fc24d2..895d049 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.6.0 +**Shipped version:** 12.7.1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 4b1139f..ab74567 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.6.0 +**Version incluse:** 12.7.1 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 673b827..59a88d0 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.6.0~ynh1", + "version": "12.7.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 7a06d7d..1b3f7ba 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="12.6.0" +gitlab_runner_version="12.7.1" -gitlab_runner_x86_64_source_sha256="38d82c6e8a6f333a68735bb4b60e469c4534bdb7fb0aa0b4ceaa6757acd73f77" +gitlab_runner_x86_64_source_sha256="32a1cafaab96bd67977977948b313220bbe52005184f94f00ba4d4119a8c7dc0" -gitlab_runner_i386_source_sha256="95995f2d96f7f6833e2ce1de5284db841a4b7e60961f3b060bf33931be0e4b29" +gitlab_runner_i386_source_sha256="de5ac1ba02df6ec86233554e1e092fd03ab643185d3920713fff39e63d1c872f" -gitlab_runner_arm_source_sha256="37ad5acf33fcdab391c5810bc80f0b6b57f456aa8d366e8b5f20d7e645cbcd3a" +gitlab_runner_arm_source_sha256="3329592a2b3a9d2e373969a708066854e72858e4c54a88bbe586ef20be717d26" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"