diff --git a/README.md b/README.md index acc552e..332eece 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.7.0 +**Shipped version:** 12.7.4 ## Screenshots diff --git a/manifest.json b/manifest.json index 86cf149..6202b80 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "12.7.0~ynh1", + "version": "12.7.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.last.sh b/scripts/upgrade.d/upgrade.last.sh index 6fac174..9687ca7 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,8 +1,8 @@ -gitlab_version="12.7.0" +gitlab_version="12.7.4" -gitlab_x86_64_source_sha256="ff5c4f53f70f3db5499a6544e9ffc0998761b4f85d1544988f84e965058ea22b" +gitlab_x86_64_source_sha256="d6e425ffd161f763a442ed8e039d3fa6d1fb051d5bc7a36aae765c265d39b0c1" -gitlab_arm_source_sha256="3518735ce086ecedb2fe2841ea717b0325bb99418a7d32e1cc87ce169815624e" +gitlab_arm_source_sha256="2605a2253a80e5bf13aa675bee991ffc1f6a4b14adb977af80e8a5edfdc5cdd6" gitlab_filename="gitlab-ce-${gitlab_version}.deb"