diff --git a/README.md b/README.md index c665dcd..9c25711 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:** 13.0.0 +**Shipped version:** 13.1.0 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 799916d..c0dd10e 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 :** 13.0.0 +**Version incluse:** 13.1.0 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 140641e..c6f0605 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Continuous integration tool to use with a GitLab instance (YNH or not).", "fr": "Outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)." }, - "version": "13.0.0~ynh1", + "version": "13.1.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 f100996..fff7d0d 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,9 +1,9 @@ -gitlab_runner_version="13.0.0" +gitlab_runner_version="13.1.0" -gitlab_runner_x86_64_source_sha256="94f52d0de6a5d4c7d669df76f096166dac158bee60d6b1e668780245f582a1f9" +gitlab_runner_x86_64_source_sha256="24a966617b2d26ce33c83f6d7f60b0b69c5d53bdd163818ff96a4020fa43b81a" -gitlab_runner_i386_source_sha256="cc5a85b50eae71b3edafe36595563156d390ac70f3871e789774a0363f7aa473" +gitlab_runner_i386_source_sha256="f1f88804f731e41e7888f31ca56b739b1ec222a6648e139519626e48940b9a97" -gitlab_runner_arm_source_sha256="48608be91bc96136502993e178271d35ab9a5dc8de2d8f26e6f6aca40d91a622" +gitlab_runner_arm_source_sha256="cceca3d53f328ae5e06df4018d652052c5433887579cc70702b83310b82f2245" gitlab_runner_filename="gitlab-runner-${gitlab_runner_version}.deb"