1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gitlab-runner_ynh.git synced 2024-09-03 19:15:58 +02:00

Upgrade sources

- `main` v17.3.1: https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.3.1
This commit is contained in:
yunohost-bot 2024-08-22 03:38:10 +02:00 committed by YunoHost Bot
parent 3f85c5bd39
commit 2091682afb

View file

@ -7,7 +7,7 @@ name = "GitLab Runner"
description.en = "Continuous integration tool to use with a GitLab instance (YNH or not)"
description.fr = "Outil d'intégration continue à utiliser avec une instance GitLab (YNH ou non)"
version = "17.2.1~ynh1"
version = "17.3.1~ynh1"
maintainers = ["kay0u"]
@ -57,14 +57,14 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
rename = "gitlab-runner.deb"
amd64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1/downloads/packages/deb/gitlab-runner_amd64.deb"
amd64.sha256 = "a2ad5fa70d8f448212a82e5d68d5d012275172c43bb28d5ea47067770ad5983e"
i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1/downloads/packages/deb/gitlab-runner_i386.deb"
i386.sha256 = "cfaccd6c59ddc71cea35d05ac965b8fc01268bcf708d8882ed362345f3258c16"
arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1/downloads/packages/deb/gitlab-runner_arm64.deb"
arm64.sha256 = "bd63c97d0960e86ded077789d6d39a6bc24f450018e880b44be648f79a2b2a6e"
armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1/downloads/packages/deb/gitlab-runner_armhf.deb"
armhf.sha256 = "ae5030b843665730ac763f4f5ee09092404f530437cf286c40f58953b84572b1"
amd64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.3.1/downloads/packages/deb/gitlab-runner_amd64.deb"
amd64.sha256 = "e9642903469cf1842f1c7fcf4a11a2994629f4aed36639cda1a212b562a12f9e"
i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.3.1/downloads/packages/deb/gitlab-runner_i386.deb"
i386.sha256 = "b648947a02361188886043a38ccd8b0c2ee242df3a171fb069ee59a379f6b616"
arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.3.1/downloads/packages/deb/gitlab-runner_arm64.deb"
arm64.sha256 = "fcdee00728d9d0fe7d50e014d6c26adceeec75712b92d765553898ebb051e724"
armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.3.1/downloads/packages/deb/gitlab-runner_armhf.deb"
armhf.sha256 = "6c2d730e2e778a72244518352dd3189803fd627226202c596264edade3ba5772"
autoupdate.upstream = "https://gitlab.com/gitlab-org/gitlab-runner"
autoupdate.strategy = "latest_gitlab_release"