From f84ed257e057bfc911ecc915d81b8d5ba2e0a546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Fri, 22 Mar 2019 23:41:43 +0100 Subject: [PATCH] Upgrade to 11.9.0 --- README.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.11.8.1.sh | 7 +++++++ scripts/upgrade.d/upgrade.last.sh | 6 +++--- 4 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 scripts/upgrade.d/upgrade.11.8.1.sh diff --git a/README.md b/README.md index 1c306b0..feb4765 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.1 +**Shipped version:** 11.9.0 ## Screenshots diff --git a/manifest.json b/manifest.json index 9612731..797bd2b 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "11.8.1~ynh3", + "version": "11.9.0~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 new file mode 100644 index 0000000..39b0bf5 --- /dev/null +++ b/scripts/upgrade.d/upgrade.11.8.1.sh @@ -0,0 +1,7 @@ +gitlab_version="11.8.1" + +gitlab_x86_64_source_sha256="ee670ddbad60bdd10d93749593a25a62f1d10f2b232da70b8e42081778b9a36b" + +gitlab_arm_source_sha256="582a5ed77ef50a16377a00f403a6b8f425e8fb98593be95fb0f7cb6db8e5629d" + +gitlab_filename="gitlab-ce-${gitlab_version}.deb" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 39b0bf5..efc07d1 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ -gitlab_version="11.8.1" +gitlab_version="11.9.0" -gitlab_x86_64_source_sha256="ee670ddbad60bdd10d93749593a25a62f1d10f2b232da70b8e42081778b9a36b" +gitlab_x86_64_source_sha256="13dcff613c9f7a915117aec8d788e99ac4742e1ac7be0c7c6a87fc8de8f4275d" -gitlab_arm_source_sha256="582a5ed77ef50a16377a00f403a6b8f425e8fb98593be95fb0f7cb6db8e5629d" +gitlab_arm_source_sha256="2aec5d04f05cc3bb2fa22e52232e4e0841e58fb3f77052f776292db09e2fcf87" gitlab_filename="gitlab-ce-${gitlab_version}.deb"