mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
Update gitlab to 11.10.0
This commit is contained in:
parent
d4c1295735
commit
23e4bdb841
4 changed files with 12 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:** 11.9.8
|
||||
**Shipped version:** 11.10.0
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "Gitlab",
|
||||
"id": "gitlab",
|
||||
"packaging_format": 1,
|
||||
"version": "11.9.8~ynh1",
|
||||
"version": "11.10.0~ynh1",
|
||||
"description": {
|
||||
"en": "GitLab is a Git-repository manager.",
|
||||
"fr": "GitLab est un gestionnaire de dépôts Git."
|
||||
|
|
7
scripts/upgrade.d/upgrade.11.9.8.sh
Normal file
7
scripts/upgrade.d/upgrade.11.9.8.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
gitlab_version="11.9.8"
|
||||
|
||||
gitlab_x86_64_source_sha256="bb81616deeb92a4abf129373a4e6c9d246b37ad1ea707328efeec2fc0a07fc2a"
|
||||
|
||||
gitlab_arm_source_sha256="1810be6f6780a700624343b976eace277ac6aefce51ec4341f549f7642be620f"
|
||||
|
||||
gitlab_filename="gitlab-ce-${gitlab_version}.deb"
|
|
@ -1,7 +1,7 @@
|
|||
gitlab_version="11.9.8"
|
||||
gitlab_version="11.10.0"
|
||||
|
||||
gitlab_x86_64_source_sha256="bb81616deeb92a4abf129373a4e6c9d246b37ad1ea707328efeec2fc0a07fc2a"
|
||||
gitlab_x86_64_source_sha256="6b642e84bf7beebc12da0aa97fdfb939bb0850b61d79e8f727bee172c176b93f"
|
||||
|
||||
gitlab_arm_source_sha256="1810be6f6780a700624343b976eace277ac6aefce51ec4341f549f7642be620f"
|
||||
gitlab_arm_source_sha256="64b98ea0440c479dc3f2372bac9b7b57cc29f360c2ba7e801499766810e584a9"
|
||||
|
||||
gitlab_filename="gitlab-ce-${gitlab_version}.deb"
|
||||
|
|
Loading…
Reference in a new issue