From a89399ffbdddfaf15eedb729b20585b9d66d31ef Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 12 Apr 2019 23:54:40 +0200 Subject: [PATCH] Update gitlab to 11.9.8 --- 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 0318490..0b6f61b 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:** 11.9.7 +**Shipped version:** 11.9.8 ## Screenshots diff --git a/manifest.json b/manifest.json index f0bf77c..1557375 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "11.9.7~ynh1", + "version": "11.9.8~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 cfb7872..f5fa9dc 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ -gitlab_version="11.9.7" +gitlab_version="11.9.8" -gitlab_x86_64_source_sha256="6851e1ee26250962740be5be6063dc536b7136237a2f8bb91df365a113bf536e" +gitlab_x86_64_source_sha256="bb81616deeb92a4abf129373a4e6c9d246b37ad1ea707328efeec2fc0a07fc2a" -gitlab_arm_source_sha256="b787bfba2a29f596f97ea39e2ed6c1b8e386d0cbdc043ffae515fe6e79914413" +gitlab_arm_source_sha256="1810be6f6780a700624343b976eace277ac6aefce51ec4341f549f7642be620f" gitlab_filename="gitlab-ce-${gitlab_version}.deb"