diff --git a/README.md b/README.md index a23a630..3db52aa 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.10.0 +**Shipped version:** 13.10.3 ## Screenshots diff --git a/README_fr.md b/README_fr.md index f9b598c..ee777ca 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.10.0 +**Version incluse :** 13.10.3 ## Captures d'écran diff --git a/manifest.json b/manifest.json index 79367eb..7e3a22a 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "GitLab", "id": "gitlab", "packaging_format": 1, - "version": "13.10.0~ynh1", + "version": "13.10.3~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 12858e2..3b1bf83 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,15 +1,15 @@ #!/bin/bash -gitlab_version="13.10.0" +gitlab_version="13.10.3" # sha256sum found here: https://packages.gitlab.com/gitlab gitlab_debian_version="buster" -gitlab_x86_64_buster_source_sha256="85a02b3fa8bfa5ec2a69ef039e2dd787ad317d920c05b697be314e3e74542190" +gitlab_x86_64_buster_source_sha256="75def5cb7f581cc06ed0dc089d4c2803003af6a5bd40a6badcc00d81a99856b0" -gitlab_arm64_buster_source_sha256="fb7a1e4ef95651211f4327cbe1680bdd59c039365f83f1d47a319176f796f824" +gitlab_arm64_buster_source_sha256="9170a0027c56df19e8a3836bb164f7cd08553f69ec4acb571364a507cdbd3394" -gitlab_arm_buster_source_sha256="1613a02e2925af265ddbdf809d3614cc609d7dc037a82f6bdcbf285bf76494dd" +gitlab_arm_buster_source_sha256="043194f93a6484f87807b8dd880340ec8db5676ee6bbbaa1ac3c26d498260392" architecture=$(ynh_app_setting_get --app="$app" --key=architecture)