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-08 17:39:25 +02:00
parent 3c5fe31619
commit 6732a83953
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D
4 changed files with 7 additions and 7 deletions

View file

@ -12,7 +12,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
GitLab is a web-based Git-repository manager providing wiki, issue-tracking and CI/CD pipeline features, using an open-source license, developed by GitLab Inc.
**Shipped version:** 13.12.1
**Shipped version:** 13.12.3
## Screenshots

View file

@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
GitLab est un gestionnaire Web de dépôt Git fournissant des fonctionnalités de wiki, de rapports de bugs et de pipeline CI/CD. GitLab est une application open source développée par GitLab Inc.
**Version incluse :** 13.12.1
**Version incluse :** 13.12.3
## Captures d'écran

View file

@ -2,7 +2,7 @@
"name": "GitLab",
"id": "gitlab",
"packaging_format": 1,
"version": "13.12.1~ynh1",
"version": "13.12.3~ynh1",
"description": {
"en": "Git-repository manager.",
"fr": "Gestionnaire de dépôts Git."

View file

@ -1,15 +1,15 @@
#!/bin/bash
gitlab_version="13.12.1"
gitlab_version="13.12.3"
# sha256sum found here: https://packages.gitlab.com/gitlab
gitlab_debian_version="buster"
gitlab_x86_64_buster_source_sha256="53f52edd4930c212398658ea48e2a2478d22e65bc63f0fc9d03bca8a25738fed"
gitlab_x86_64_buster_source_sha256="717a5dae4852afe940edce46fdbc5d4b029ed457607fe92b308a8c98b8feab7c"
gitlab_arm64_buster_source_sha256="a5e5dca6d47e53b0522c29d978b3f5f8bd23528acde46d13d559511147bc1b28"
gitlab_arm64_buster_source_sha256="0d6aa4c77b299b7ec933bd2ca53fce95771d9f1f5828dbbff11daa799ce04eee"
gitlab_arm_buster_source_sha256="7bc001c164dc082e5a5887f3d8fb1234d9bfc474ddc21142f4103c9ddc567d03"
gitlab_arm_buster_source_sha256="4995cb439dd652f64446625fafb4afd1b1970327068029f7d9e99035a699d475"
architecture=$(ynh_app_setting_get --app="$app" --key=architecture)