From 4b5a204492e4984c44aa3ff85a7dfa47f9e13cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Fri, 8 Feb 2019 01:06:54 +0100 Subject: [PATCH] Update to 11.7.5 --- README.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.11.7.4.sh | 5 +++++ scripts/upgrade.d/upgrade.last.sh | 6 +++--- 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 scripts/upgrade.d/upgrade.11.7.4.sh diff --git a/README.md b/README.md index 3a61db8..a6bcb4b 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.7.4 +**Shipped version:** 11.7.5 ## Screenshots diff --git a/manifest.json b/manifest.json index 7f4e4e5..ee91e1f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "11.7.4~ynh1", + "version": "11.7.5~ynh1", "description": { "en": "Gitlab for Yunohost.", "fr": "Gitlab pour YunoHost." diff --git a/scripts/upgrade.d/upgrade.11.7.4.sh b/scripts/upgrade.d/upgrade.11.7.4.sh new file mode 100644 index 0000000..7e7a24d --- /dev/null +++ b/scripts/upgrade.d/upgrade.11.7.4.sh @@ -0,0 +1,5 @@ +gitlab_version="11.7.4" + +gitlab_x86_64_source_sha256="ac207cfc2507be9d23ed2ebdcadbf743e45832abd235b6c73ecf370f9497e6c8" + +gitlab_arm_source_sha256="3378b91a7707f6788929c9fe00bc16072de5c9c5546270a55b9863bec86c74d0" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 7e7a24d..10bfefc 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,5 +1,5 @@ -gitlab_version="11.7.4" +gitlab_version="11.7.5" -gitlab_x86_64_source_sha256="ac207cfc2507be9d23ed2ebdcadbf743e45832abd235b6c73ecf370f9497e6c8" +gitlab_x86_64_source_sha256="bed16a7fdbbc80055ef1784221d70254eb5bda70891a61fe18f818f2f36ed0d4" -gitlab_arm_source_sha256="3378b91a7707f6788929c9fe00bc16072de5c9c5546270a55b9863bec86c74d0" +gitlab_arm_source_sha256="92eed427abe3f2ccc509aed38cfee447e3e853fbe0d89620f165189e3741a9c1"