gitlab-ci-multi-runner 1.9.0
Closes #8148. Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
parent
6be569fa0e
commit
d66b2404b6
1 changed files with 5 additions and 5 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.8.1",
|
||||
:revision => "a2efdd470c19e69223f9cb3af2c0c95e5f9ce002"
|
||||
:tag => "v1.9.0",
|
||||
:revision => "82714ae882225d77636f8780197309e59cd20ecf"
|
||||
head "https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git"
|
||||
|
||||
bottle do
|
||||
|
@ -23,10 +23,10 @@ class GitlabCiMultiRunner < Formula
|
|||
end
|
||||
|
||||
resource "prebuilt-x86_64.tar.xz" do
|
||||
url "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.8.1/docker/prebuilt-x86_64.tar.xz",
|
||||
url "https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v1.9.0/docker/prebuilt-x86_64.tar.xz",
|
||||
:using => :nounzip
|
||||
version "1.8.1"
|
||||
sha256 "c350e7d385894aae8b247ffcf3fd2034ac7ac1adc9b64d3d761243966b8920a5"
|
||||
version "1.9.0"
|
||||
sha256 "ba08b5e0095b09b80bc833661735e9783d4bb5764f840f3100e21909d8be0c8a"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue