From b029345bd06d24c2a7d5a32ac53140145d5d63bf Mon Sep 17 00:00:00 2001 From: kay0u Date: Wed, 31 Jul 2019 10:20:43 +0200 Subject: [PATCH] 12.1.3 --- 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 aea75d9..3440105 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:** 12.1.1 +**Shipped version:** 12.1.3 ## Screenshots diff --git a/manifest.json b/manifest.json index 7ccdc78..0453802 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "12.1.1~ynh1", + "version": "12.1.3~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 926f800..edb5df3 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,8 +1,8 @@ -gitlab_version="12.1.1" +gitlab_version="12.1.3" -gitlab_x86_64_source_sha256="e93360c6c8f403b1dd7e0d240c4abaaaf38624cc06d969281e5984011fbf1b45" +gitlab_x86_64_source_sha256="27f49d2249ce8af1750b4eb1133e5b9a9f9ccd4b38004a3b483e3f538ac13167" -gitlab_arm_source_sha256="1aa935472832bfccf25a06864f72f01977af9b6313f2157ae277f1292147bfeb" +gitlab_arm_source_sha256="4ca3f23d7e6d0f2e3dd288e811920bb85b44191f1da7befbd9606badb2a836dc" gitlab_filename="gitlab-ce-${gitlab_version}.deb"