From 0b304cb036c556872eb0556b48e73bb96dd717b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Bourr=C3=A9?= Date: Mon, 1 Apr 2019 22:17:08 +0200 Subject: [PATCH] Update 11.9.4 --- README.md | 2 +- manifest.json | 2 +- scripts/upgrade.d/upgrade.11.9.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.9.1.sh diff --git a/README.md b/README.md index 8349d2d..2419385 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.1 +**Shipped version:** 11.9.4 ## Screenshots diff --git a/manifest.json b/manifest.json index 184d450..88371a6 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "11.9.1~ynh1", + "version": "11.9.4~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.9.1.sh b/scripts/upgrade.d/upgrade.11.9.1.sh new file mode 100644 index 0000000..7101850 --- /dev/null +++ b/scripts/upgrade.d/upgrade.11.9.1.sh @@ -0,0 +1,7 @@ +gitlab_version="11.9.1" + +gitlab_x86_64_source_sha256="9668345176be07f1f8637b3c72ffea6f8fe2e76a8c5b10b74a340b9b6b97788c" + +gitlab_arm_source_sha256="df1fb5be8ec089a77cfe8276cbaabe0e40b0f3368cafc07de984d7795252ee21" + +gitlab_filename="gitlab-ce-${gitlab_version}.deb" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 7101850..ec84656 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ -gitlab_version="11.9.1" +gitlab_version="11.9.4" -gitlab_x86_64_source_sha256="9668345176be07f1f8637b3c72ffea6f8fe2e76a8c5b10b74a340b9b6b97788c" +gitlab_x86_64_source_sha256="20963cd803b116d041795f50c607ddf837e7226bc46025997348fe1c2e5e35ca" -gitlab_arm_source_sha256="df1fb5be8ec089a77cfe8276cbaabe0e40b0f3368cafc07de984d7795252ee21" +gitlab_arm_source_sha256="dba6f34b23ba74765b03ce9521b16a5e951e6bd6d1f2fdcce692a58f43a4c48b" gitlab_filename="gitlab-ce-${gitlab_version}.deb"