diff --git a/manifest.toml b/manifest.toml index 9480755..9e23fa6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.1.0~ynh1" +version = "17.2.0~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.1.0/downloads/packages/deb/gitlab-runner_amd64.deb" - amd64.sha256 = "816579de12661331a8076bcb4eb4a10e8d6706b4d70774cd438688591992a69e" - i386.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.1.0/downloads/packages/deb/gitlab-runner_i386.deb" - i386.sha256 = "481125749315120818c37247d56b20526dfafa684ad635226c7425ba796be206" - arm64.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.1.0/downloads/packages/deb/gitlab-runner_arm64.deb" - arm64.sha256 = "7038ce45147fa4dc2027f8a89aaf69978946456a50b37773cd9038cf7ac0fe30" - armhf.url = "https://gitlab.com/gitlab-org/gitlab-runner/-/releases/v17.1.0/downloads/packages/deb/gitlab-runner_armhf.deb" - armhf.sha256 = "0a3c4df00ab7f45c6d1d9f6798c788225463041bc882b9a3046f67b6a011f537" + 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" autoupdate.upstream = "https://gitlab.com/gitlab-org/gitlab-runner" autoupdate.strategy = "latest_gitlab_release"