diff --git a/README.md b/README.md index 69eb31f..63deac1 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.0.0 +**Shipped version:** 12.0.2 ## Screenshots diff --git a/manifest.json b/manifest.json index 1358683..864c2bc 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "12.0.0~ynh1", + "version": "12.0.2~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 cebc574..7a01dbb 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ -gitlab_version="12.0.0" +gitlab_version="12.0.2" -gitlab_x86_64_source_sha256="b32070d2a4c83c914b9fd07713501e3c99e31a288de64a7794a6de2c2b6f7494" +gitlab_x86_64_source_sha256="8c528a01ceca69ba566161b3d06a1f5315f76b3468f7b2c411bf830fcc486099" -gitlab_arm_source_sha256="cd3f0ffd16d1d80184e79b552ae5cc3bb33012d1d51bb9c5cb48d461f5c70b07" +gitlab_arm_source_sha256="6953194c3939b606831399c6728dc168b5e82faf9db088f976f515900d534b74" gitlab_filename="gitlab-ce-${gitlab_version}.deb"