mirror of
https://github.com/YunoHost-Apps/gitlab-runner_ynh.git
synced 2024-09-03 19:15:58 +02:00
Upgrade sources
- `main` v17.2.1: https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.1
This commit is contained in:
parent
592633b424
commit
ac490daaab
1 changed files with 9 additions and 9 deletions
|
@ -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.0~ynh1"
|
||||
version = "17.2.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.0/downloads/packages/deb/gitlab-runner_amd64.deb"
|
||||
amd64.sha256 = "07914e7435769bffc86f6fe0c28d3e76c60d281f0c5e9676c13cae8c22d5f0e6"
|
||||
i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_i386.deb"
|
||||
i386.sha256 = "e85e6ba087ecea7b0d0177e19d912a243ef1be1b55c2e8c1aa81dc90ff46c70b"
|
||||
arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_arm64.deb"
|
||||
arm64.sha256 = "d32a26dc64d0a52dcee0c4c62e1ac0d175fa0e9745dad1eba719bed3783d929f"
|
||||
armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.2.0/downloads/packages/deb/gitlab-runner_armhf.deb"
|
||||
armhf.sha256 = "49904188c1515184a453bdc9387dc27ec889b825e4e8d2d40d41c5638b9c9133"
|
||||
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"
|
||||
|
||||
autoupdate.upstream = "https://gitlab.com/gitlab-org/gitlab-runner"
|
||||
autoupdate.strategy = "latest_gitlab_release"
|
||||
|
|
Loading…
Add table
Reference in a new issue