1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00

16.1.1 in manifest.toml

This commit is contained in:
Kay0u 2023-07-04 08:27:03 +02:00
parent c0839409ad
commit 2e64b4c5ee
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 5 additions and 1 deletions

View file

@ -5,7 +5,7 @@ name = "GitLab"
description.en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features" description.en = "Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features"
description.fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD" description.fr = "Gestionnaire de dépôts Git proposant des fonctionnalités de wiki, suivi de bugs et de pipeline CI/CD"
version = "16.0.1~ynh1" version = "16.1.1~ynh1"
maintainers = ["kay0u"] maintainers = ["kay0u"]

View file

@ -19,6 +19,10 @@ gitlab_arm_buster_source_sha256="4a2e40b602797121780676197570093814d035281034ff3
architecture=$(ynh_app_setting_get --app="$app" --key=architecture) architecture=$(ynh_app_setting_get --app="$app" --key=architecture)
# Evaluating indirect/reference variables https://mywiki.wooledge.org/BashFAQ/006#Indirection
# ref=gitlab_${architecture}_${gitlab_debian_version}_source_sha256
# gitlab_source_sha256=${!ref}
if [ "$architecture" = "x86-64" ]; then if [ "$architecture" = "x86-64" ]; then
if [ "$gitlab_debian_version" = "bookworm" ] if [ "$gitlab_debian_version" = "bookworm" ]
then then