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.0: https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.3.0
This commit is contained in:
yunohost-bot 2024-08-16 03:37:39 +02:00 committed by YunoHost Bot
parent 3f85c5bd39
commit ddbb8452fa

View file

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