diff --git a/README.md b/README.md index 8a8a05e..9f12f94 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features -**Shipped version:** 14.9.1~ynh1 +**Shipped version:** 14.9.1~ynh2 **Demo:** https://gitlab.com/explore diff --git a/README_fr.md b/README_fr.md index bb88892..e80437d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD -**Version incluse :** 14.9.1~ynh1 +**Version incluse :** 14.9.1~ynh2 **Démo :** https://gitlab.com/explore diff --git a/manifest.json b/manifest.json index ac80ae2..434ef11 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "GitLab", "id": "gitlab", "packaging_format": 1, - "version": "14.9.1~ynh1", + "version": "14.9.1~ynh2", "description": { "en": "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features", "fr": "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index fc6f496..48bfac7 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -31,7 +31,6 @@ elif [ "$architecture" = "arm64" ]; then then gitlab_source_sha256=$gitlab_arm64_buster_source_sha256 fi - gitlab_source_sha256=$gitlab_arm64_buster_source_sha256 elif [ "$architecture" = "arm" ]; then # If the version for arm doesn't exist, then use an older one if [ -z "$gitlab_arm_buster_source_sha256" ]; then