From e050b34195367d88595e2d3d8b4fc7eb10703fed Mon Sep 17 00:00:00 2001 From: Kay0u Date: Tue, 26 May 2020 11:51:25 +0200 Subject: [PATCH] 13.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 cf4eaf9..44989c0 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.10.1 +**Shipped version:** 13.0.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 4aeffcc..abdd25a 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.10.1 +**Version incluse:** 13.0.0 ## Captures d'écran diff --git a/manifest.json b/manifest.json index d89dda5..c44e391 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.10.1~ynh1", + "version": "13.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 3ade162..f100996 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="12.10.1" +gitlab_runner_version="13.0.0" -gitlab_runner_x86_64_source_sha256="8772a1e05e967af162b83b12bae05c0adf86d05580dc60015bc641a92397b4bc" +gitlab_runner_x86_64_source_sha256="94f52d0de6a5d4c7d669df76f096166dac158bee60d6b1e668780245f582a1f9" -gitlab_runner_i386_source_sha256="25a6d0631574f3cfcd582cf9ba801c65f9d9ce864371a37d4049b0c25628b233" +gitlab_runner_i386_source_sha256="cc5a85b50eae71b3edafe36595563156d390ac70f3871e789774a0363f7aa473" -gitlab_runner_arm_source_sha256="e847db69d4703e9c52b28f42cd74716f760d45ff6c1601dde719187f2ab36984" +gitlab_runner_arm_source_sha256="48608be91bc96136502993e178271d35ab9a5dc8de2d8f26e6f6aca40d91a622" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"