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-03-06 00:41:28 +01:00
parent c1373c6c05
commit 2fe2fbf69a
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.9.0~ynh1"
version = "16.9.1~ynh1"
maintainers = ["kay0u"]

View file

@ -1,22 +1,22 @@
#!/bin/bash
gitlab_version="16.9.0"
gitlab_version="16.9.1"
# 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="28afc81cc48b471362825204fcbb93a349da2239e3ac23af9e586280789b143a"
gitlab_x86_64_bullseye_source_sha256="5aee075e40252b725decf3ce244e243206a5d0d5a80828b1b3d520fddca6618f"
gitlab_x86_64_buster_source_sha256="882f060501ead0026d852eb6423f5526de5160d0bc1e0a2f1958a5997e282b71"
gitlab_x86_64_bookworm_source_sha256="40d2fa21eb01d07e937436938725ab6c16b8ba95fd193189f7bdd3e5c88175de"
gitlab_x86_64_bullseye_source_sha256="ef4225677c2b650a748a7b42a564091178dfa5e7c5f0a2d300468a0c160d7461"
gitlab_x86_64_buster_source_sha256="24d6676130a48bb747f2abfe53bd51f59102e1997796a1e14492e72643a12f99"
gitlab_arm64_bookworm_source_sha256="d2971257ce2d4b11a5bd17d5bdc97d37973f6fb88e437c882690097f8a2393e0"
gitlab_arm64_bullseye_source_sha256="313c609237839777241fa55b82cff18f46db0fd688b469952597c7132391aeb0"
gitlab_arm64_buster_source_sha256="0f2a691daed7f09dd022db7f75dd7e35c1b8dccfe78f2b143d9d5c419cfe0878"
gitlab_arm64_bookworm_source_sha256="996c59e2c924bdf45d712be5edc6a3d8fc330df8d7dd5492641348321216ee88"
gitlab_arm64_bullseye_source_sha256="ee1651d37e4d524cd36127844d1cf83bed7675841c07c9f03f24bad27d4932cd"
gitlab_arm64_buster_source_sha256="1f47cb6eaea6c4b2c1280e898710b621fbd7618564f4c50f7c1ee5123787ec07"
gitlab_arm_bookworm_source_sha256=""
gitlab_arm_bullseye_source_sha256="66fdc13c2049cde394bf970b9bd2cb310199acc99ae24cd8dfe0629abaf94b41"
gitlab_arm_buster_source_sha256="3c984dec809ceff8ef24b6f397c89a2691063224ab55435066b4ddd3f24a94b4"
gitlab_arm_bullseye_source_sha256="ca592a4b000571bd5de6aeed95a2abf067127bd303c46c6fd8757f42dc3bc477"
gitlab_arm_buster_source_sha256="be180053b3b1a43308eac14e837faa65bcea909cef10a4c3b66f989fcfeff5f5"
architecture=$(ynh_app_setting_get --app="$app" --key=architecture)