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 2021-06-15 11:46:30 +02:00
parent 3b173c0e06
commit 9517629202
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
"name": "GitLab",
"id": "gitlab",
"packaging_format": 1,
"version": "13.12.3~ynh1",
"version": "13.12.4~ynh1",
"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."

View file

@ -1,15 +1,15 @@
#!/bin/bash
gitlab_version="13.12.3"
gitlab_version="13.12.4"
# sha256sum found here: https://packages.gitlab.com/gitlab
gitlab_debian_version="buster"
gitlab_x86_64_buster_source_sha256="717a5dae4852afe940edce46fdbc5d4b029ed457607fe92b308a8c98b8feab7c"
gitlab_x86_64_buster_source_sha256="76bb8b86edeec1fc4ed7c4169b47ed2ac0a86d0f0dcc9907e79e7ea1219d2b8e"
gitlab_arm64_buster_source_sha256="0d6aa4c77b299b7ec933bd2ca53fce95771d9f1f5828dbbff11daa799ce04eee"
gitlab_arm64_buster_source_sha256="914bf42acb71b660e512b1b99002787c3fce354f3f6eaa2eaee1fb85afd78e67"
gitlab_arm_buster_source_sha256="4995cb439dd652f64446625fafb4afd1b1970327068029f7d9e99035a699d475"
gitlab_arm_buster_source_sha256="68ed3dab94277365cded17b03f01a9347a09370c0dfe3144e9d2938eb83268e1"
architecture=$(ynh_app_setting_get --app="$app" --key=architecture)