1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab_ynh.git synced 2024-09-03 18:36:35 +02:00
This commit is contained in:
Kay0u 2024-01-13 16:57:08 +01:00
parent 38002d202f
commit db00762a3e
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 10 additions and 10 deletions

View file

@ -5,7 +5,7 @@ name = "GitLab"
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"
version = "16.7.0~ynh1"
version = "16.7.3~ynh1"
maintainers = ["kay0u"]

View file

@ -1,22 +1,22 @@
#!/bin/bash
gitlab_version="16.7.0"
gitlab_version="16.7.3"
# Upgrade path: https://gitlab-com.gitlab.io/support/toolbox/upgrade-path/
# sha256sum found here: https://packages.gitlab.com/gitlab
gitlab_debian_version="$(lsb_release -sc)"
gitlab_x86_64_bookworm_source_sha256="9d33fff0f783a279cbb584dd92efe05b66c28221b221bae46a415095e30e4ab1"
gitlab_x86_64_bullseye_source_sha256="59ba37669dae0ecb69186e82468ab73455d2e050e5e4ede04fe648bf2ed47961"
gitlab_x86_64_buster_source_sha256="115762553a695546e63dcb270f00ca5e8000e0bd08d676432c29b4d34c2b4e19"
gitlab_x86_64_bookworm_source_sha256="7e1683956b2e33f17ce4be3f0d5e5751d915fc92a5a0554bbf257ad2a21963a0"
gitlab_x86_64_bullseye_source_sha256="22fe358741c994259bb6edc693d6ee273320543fc0fc81a0f231295aea8aa4c9"
gitlab_x86_64_buster_source_sha256="d6e48115716c664c9c56a683499d8697f015b07443f5a4e1256ece3c73e4d4c2"
gitlab_arm64_bookworm_source_sha256="abc27b8c09247c3127f95977616b1811be101cf253c60cef5fdf7e4dbe698e09"
gitlab_arm64_bullseye_source_sha256="cc28d443d6292289172cba777ed9553d7f8804af2797bc504275909d313868f1"
gitlab_arm64_buster_source_sha256="6d67bf9b71cd34ea888e69c24e4ba22e56c183692edaadc63c8e71ea2970b178"
gitlab_arm64_bookworm_source_sha256="df267bb8820370a730a3977711744384271f870e18fd5a1c82fa8faa78e9cb36"
gitlab_arm64_bullseye_source_sha256="1f3116e27d59614f382aab847ddedae99bed82216cd92112ad71315a8a713d79"
gitlab_arm64_buster_source_sha256="ddf5aabe2b25830f7bb6f1715b73cad39e60837397cf8439d133503e8f20946e"
gitlab_arm_bookworm_source_sha256=""
gitlab_arm_bullseye_source_sha256="f523966acb8b569e9aab7c5c112ea355383d16b7ff7ec4329d38ad467cd316be"
gitlab_arm_buster_source_sha256="751bdb877b3508c23d41860500e038ba1451e5c772aa01388d14287b3f6aa340"
gitlab_arm_bullseye_source_sha256="cb771cec30ff09fd7260748c37e878485bc67d95dbe52183664850fb5544771a"
gitlab_arm_buster_source_sha256="5bdec83f9f8e2b0d1ed16eeb9811a882e7e82659c5f4694e071971a909f8be8e"
architecture=$(ynh_app_setting_get --app="$app" --key=architecture)