gitlab-ci-multi-runner 1.11.1
Closes #11270. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
9ac0cb831f
commit
6a10f3b4cc
1 changed files with 8 additions and 8 deletions
|
@ -4,8 +4,8 @@ class GitlabCiMultiRunner < Formula
|
|||
desc "The official GitLab CI runner written in Go"
|
||||
homepage "https://gitlab.com/gitlab-org/gitlab-ci-multi-runner"
|
||||
url "https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git",
|
||||
:tag => "v1.11.0",
|
||||
:revision => "33af6569b97cc2d2ce6d0835728455f138181f6a"
|
||||
:tag => "v1.11.1",
|
||||
:revision => "a67a225cf0b1dc48820415e7fe9a4f176463a8ed"
|
||||
head "https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git"
|
||||
|
||||
bottle do
|
||||
|
@ -24,17 +24,17 @@ class GitlabCiMultiRunner < Formula
|
|||
end
|
||||
|
||||
resource "prebuilt-x86_64.tar.xz" do
|
||||
url "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.11.0/docker/prebuilt-x86_64.tar.xz",
|
||||
url "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.11.1/docker/prebuilt-x86_64.tar.xz",
|
||||
:using => :nounzip
|
||||
version "1.11.0"
|
||||
sha256 "0345ca2fe4fdafdab191220bab19eba2f870a298f5cf13f97d403bd0f4a45a20"
|
||||
version "1.11.1"
|
||||
sha256 "1581e1534e80e8fa72ede15171269728f8123a18a0654975a7cf44daf8e650b9"
|
||||
end
|
||||
|
||||
resource "prebuilt-arm.tar.xz" do
|
||||
url "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.11.0/docker/prebuilt-arm.tar.xz",
|
||||
url "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.11.1/docker/prebuilt-arm.tar.xz",
|
||||
:using => :nounzip
|
||||
version "1.11.0"
|
||||
sha256 "c43ca81b513ef3136c7479ca70d28f4290d24e1987dbdbc99c6c1d8149e70ab0"
|
||||
version "1.11.1"
|
||||
sha256 "fc0bfbd4f5289b738ce73a27e6ab65687187c01b2709d6c50dd92c868f500d5b"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue