diff --git a/README.md b/README.md index 8c5394f..16e4267 100644 --- a/README.md +++ b/README.md @@ -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.10.2 +**Shipped version:** 11.10.4 ## Screenshots @@ -34,9 +34,9 @@ Yes with LDAP support. #### Supported architectures -* x86-64b - [![](https://ci-apps.yunohost.org/ci/logs/gitlab%20%28Community%29.svg)](https://ci-apps.yunohost.org/ci/apps/gitlab/) -* ARMv8-A - [![](https://ci-apps-arm.yunohost.org/ci/logs/gitlab%20%28Community%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/gitlab/) -* Jessie x86-64b - [![](https://ci-stretch.nohost.me/ci/logs/gitlab%20%28Community%29.svg)](https://ci-stretch.nohost.me/ci/apps/gitlab/) +* x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/gitlab%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/gitlab/) +* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/gitlab%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/gitlab/) +* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/gitlab%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/gitlab/) ## Limitations @@ -64,4 +64,4 @@ sudo yunohost app upgrade gitlab -u https://github.com/YunoHost-Apps/gitlab_ynh/ ``` **More information on the documentation page:** -https://yunohost.org/packaging_apps \ No newline at end of file +https://yunohost.org/packaging_apps diff --git a/manifest.json b/manifest.json index 9685fdc..c3015c2 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Gitlab", "id": "gitlab", "packaging_format": 1, - "version": "11.10.2~ynh1", + "version": "11.10.4~ynh1", "description": { "en": "GitLab is a Git-repository manager.", "fr": "GitLab est un gestionnaire de dépôts Git." diff --git a/scripts/upgrade.d/upgrade.11.10.2.sh b/scripts/upgrade.d/upgrade.11.10.2.sh new file mode 100644 index 0000000..f004207 --- /dev/null +++ b/scripts/upgrade.d/upgrade.11.10.2.sh @@ -0,0 +1,7 @@ +gitlab_version="11.10.2" + +gitlab_x86_64_source_sha256="40732062a4f6f70043d7cb56c647b23353c8bf7ed42cf676f77d0376237b8736" + +gitlab_arm_source_sha256="204d30853de173569718e045d2d7ac6fba266aa0f14e345a5ba431bfbf3daea6" + +gitlab_filename="gitlab-ce-${gitlab_version}.deb" diff --git a/scripts/upgrade.d/upgrade.last.sh b/scripts/upgrade.d/upgrade.last.sh index f004207..3955ac6 100644 --- a/scripts/upgrade.d/upgrade.last.sh +++ b/scripts/upgrade.d/upgrade.last.sh @@ -1,7 +1,7 @@ -gitlab_version="11.10.2" +gitlab_version="11.10.4" -gitlab_x86_64_source_sha256="40732062a4f6f70043d7cb56c647b23353c8bf7ed42cf676f77d0376237b8736" +gitlab_x86_64_source_sha256="0c1875b86a819fc48aa0ba6df0d5e322d633056ec73dfd10a2973c48cbbd2f6a" -gitlab_arm_source_sha256="204d30853de173569718e045d2d7ac6fba266aa0f14e345a5ba431bfbf3daea6" +gitlab_arm_source_sha256="fa551e0a01dfba22857acdc91a19e5340fc4e595085dcde07afed4bce5ea4239" gitlab_filename="gitlab-ce-${gitlab_version}.deb"