diff --git a/manifest.toml b/manifest.toml index 37012e5..1489873 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.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"