From 05e3d76e2d62fb3163dd02ac193c3cdfcce3d670 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Fri, 13 Mar 2020 11:12:47 +0100 Subject: [PATCH] 12.8.6 --- README.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.last.sh | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 27c4d3a..80c8f60 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc. -**Shipped version:** 12.8.5 +**Shipped version:** 12.8.6 ## Screenshots diff --git a/manifest.json b/manifest.json index 84a058f..21e87b2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "12.8.5~ynh1", + "version": "12.8.6~ynh1", "description": { "en": "GitLab is a Git-repository manager.", "fr": "GitLab est un gestionnaire de dépôts Git." diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 0f6d9a1..091a085 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,8 +1,8 @@ -gitlab_version="12.8.5" +gitlab_version="12.8.6" -gitlab_x86_64_source_sha256="ef9a55ca32f0d2450ce34f355debc01f3fcebc48ed389fd3ac82c76773bf7ec7" +gitlab_x86_64_source_sha256="38ad319f529d6fd7166a421077ee0d5e42f299443fe81a071523ed5da0213b13" -gitlab_arm_source_sha256="0fcb4b715430ac8b94eff186909d59de50188e33957ffdb6f30b11ca87bd80a6" +gitlab_arm_source_sha256="8b9e1f55d13113006071d7da074e5b934258c6a8618c59a98a37d11e298a55e7" gitlab_filename="gitlab-ce-${gitlab_version}.deb"