From 1cea08283e0c6c8bb24fda1f8c8efc522ee56851 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sun, 17 Mar 2019 15:45:27 +0100 Subject: [PATCH] Revert "Upgrate to 11.8.2" This reverts commit 318bd2c5084e3a92856099f1784a289e9d29f0d5. --- README.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.11.8.1.sh | 5 ----- scripts/upgrade.d/upgrade.last.sh | 6 +++--- 4 files changed, 5 insertions(+), 10 deletions(-) delete mode 100644 scripts/upgrade.d/upgrade.11.8.1.sh diff --git a/README.md b/README.md index 0085d7e..1c306b0 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.8.2 +**Shipped version:** 11.8.1 ## Screenshots diff --git a/manifest.json b/manifest.json index 243128b..82961f2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "11.8.2~ynh1", + "version": "11.8.1~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.11.8.1.sh b/scripts/upgrade.d/upgrade.11.8.1.sh deleted file mode 100644 index 364b448..0000000 --- a/scripts/upgrade.d/upgrade.11.8.1.sh +++ /dev/null @@ -1,5 +0,0 @@ -gitlab_version="11.8.1" - -gitlab_x86_64_source_sha256="ee670ddbad60bdd10d93749593a25a62f1d10f2b232da70b8e42081778b9a36b" - -gitlab_arm_source_sha256="582a5ed77ef50a16377a00f403a6b8f425e8fb98593be95fb0f7cb6db8e5629d" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 73fef90..364b448 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,5 +1,5 @@ -gitlab_version="11.8.2" +gitlab_version="11.8.1" -gitlab_x86_64_source_sha256="c1ea774a39b14c57a0821916d6c75c1c8f757d3222f7d38e6c3270a47799a34f" +gitlab_x86_64_source_sha256="ee670ddbad60bdd10d93749593a25a62f1d10f2b232da70b8e42081778b9a36b" -gitlab_arm_source_sha256="886193a183a642e662923c6590c07c3b3d5cc1c2108e3818bcd84ab628e00bc3" +gitlab_arm_source_sha256="582a5ed77ef50a16377a00f403a6b8f425e8fb98593be95fb0f7cb6db8e5629d"