mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Update Gitlab to 11.7.3
This commit is contained in:
parent
7f9517cf01
commit
d04d84d7ab
4 changed files with 10 additions and 5 deletions
|
@ -10,7 +10,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:** 1.7.0
|
||||
**Shipped version:** 11.7.3
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Gitlab",
|
||||
"id": "gitlab",
|
||||
"packaging_format": 1,
|
||||
"version": "1.7.0~ynh1",
|
||||
"version": "11.7.3~ynh1",
|
||||
"description": {
|
||||
"en": "Gitlab for Yunohost.",
|
||||
"fr": "Gitlab pour YunoHost."
|
||||
|
|
5
scripts/upgrade.d/upgrade.11.7.0.sh
Normal file
5
scripts/upgrade.d/upgrade.11.7.0.sh
Normal file
|
@ -0,0 +1,5 @@
|
|||
gitlab_version="11.7.0"
|
||||
|
||||
gitlab_x86_64_source_sha256="5a989b1e664494e6de139064b349fe9b22f37d5edd2918a4968fdf5e818a10c4"
|
||||
|
||||
gitlab_arm_source_sha256="558e6b3cf87bd5c8b3dee567b2557ee6cc3fb40655cc6dabe5531c94cf27b99d"
|
|
@ -1,5 +1,5 @@
|
|||
gitlab_version="11.7.0"
|
||||
gitlab_version="11.7.3"
|
||||
|
||||
gitlab_x86_64_source_sha256="5a989b1e664494e6de139064b349fe9b22f37d5edd2918a4968fdf5e818a10c4"
|
||||
gitlab_x86_64_source_sha256="9c15fbbc4de7fb22ec4d3b120bdb32d65d8d329e453a80065031fbb5bb45b7cb"
|
||||
|
||||
gitlab_arm_source_sha256="558e6b3cf87bd5c8b3dee567b2557ee6cc3fb40655cc6dabe5531c94cf27b99d"
|
||||
gitlab_arm_source_sha256="36cd946387d2f1a262e8bb92c76e1db34be09c1a4e6983938f2e9c45813614c8"
|
||||
|
|
Loading…
Add table
Reference in a new issue