diff --git a/README.md b/README.md index 0cb7ca0..6013fd7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,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:** 13.8.1 +**Shipped version:** 13.8.2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index decee36..797a389 100644 --- a/README_fr.md +++ b/README_fr.md @@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour GitLab est un gestionnaire Web de dépôt Git fournissant des fonctionnalités de wiki, de rapports de bugs et de pipeline CI/CD. GitLab est une application open source développée par GitLab Inc. -**Version incluse :** 13.8.1 +**Version incluse :** 13.8.2 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 320b9f4..b5bb0b4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "GitLab", "id": "gitlab", "packaging_format": 1, - "version": "13.8.1~ynh1", + "version": "13.8.2~ynh1", "description": { "en": "Git-repository manager.", "fr": "Gestionnaire de dépôts Git." diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index 1f26458..7999da2 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,13 +1,13 @@ #!/bin/bash -gitlab_version="13.8.1" +gitlab_version="13.8.2" # sha256sum found here: https://packages.gitlab.com/gitlab gitlab_debian_version="buster" -gitlab_x86_64_buster_source_sha256="585033c093c42d2618b672b61d5f63f7701c9a2d63bdfa7ce5da92bdaa422c91" +gitlab_x86_64_buster_source_sha256="3979d62df798755897a34076f641edc2d9be62df69e88ef972ac2e902bab3d30" -gitlab_arm_buster_source_sha256="bc7388569198f631016ba1aee8af3141b46c19692e8782cc2cc710bd7c5a74a3" +gitlab_arm_buster_source_sha256="0b950376b448b7b5e9d264ba52746184ba78b3f349378663fba2b0eeb7db45d3" architecture=$(ynh_app_setting_get --app="$app" --key=architecture)