Skip to content

Commit 3676d45

Browse files
authored
Merge pull request Homebrew#182601 from Homebrew/bump-gitlab-ci-local-4.53.0
gitlab-ci-local 4.53.0
2 parents f4b7958 + 01d1084 commit 3676d45

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

Formula/g/gitlab-ci-local.rb

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
class GitlabCiLocal < Formula
22
desc "Run gitlab pipelines locally as shell executor or docker executor"
33
homepage "https://github.com/firecow/gitlab-ci-local"
4-
url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.52.2.tgz"
5-
sha256 "c604bd7659ebffe8f5fd6ae90545f882b93bc6cededeb102167fbe72fe7d0950"
4+
url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.53.0.tgz"
5+
sha256 "384358e3ca8b37f07412ad8ba0fefc0ac1fbccee4dc07bf7a82357bd8c76b1f0"
66
license "MIT"
77
head "https://github.com/firecow/gitlab-ci-local.git", branch: "master"
88

99
bottle do
10-
rebuild 1
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "251e46c484c28faa95aa8cec426e066e013e647c79523955d252a51d5ab1c984"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "251e46c484c28faa95aa8cec426e066e013e647c79523955d252a51d5ab1c984"
13-
sha256 cellar: :any_skip_relocation, arm64_monterey: "251e46c484c28faa95aa8cec426e066e013e647c79523955d252a51d5ab1c984"
14-
sha256 cellar: :any_skip_relocation, sonoma: "90004d99bbd489474b740c9d6a52f40064cd76bcc58fd3d1faa894a9b67cd277"
15-
sha256 cellar: :any_skip_relocation, ventura: "90004d99bbd489474b740c9d6a52f40064cd76bcc58fd3d1faa894a9b67cd277"
16-
sha256 cellar: :any_skip_relocation, monterey: "90004d99bbd489474b740c9d6a52f40064cd76bcc58fd3d1faa894a9b67cd277"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "d99bc0193be79d676a0dbf430a91213717bb20ee15db5ef8d0b420c8c0f298aa"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3bc75dda03b0a6e43ab9b26236a3373e86c2cf9453309d262fcbf47ad8b81178"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "3bc75dda03b0a6e43ab9b26236a3373e86c2cf9453309d262fcbf47ad8b81178"
12+
sha256 cellar: :any_skip_relocation, arm64_monterey: "3bc75dda03b0a6e43ab9b26236a3373e86c2cf9453309d262fcbf47ad8b81178"
13+
sha256 cellar: :any_skip_relocation, sonoma: "b7509352eb510578f995fe539fd183155f1e4b8027b5daaf35b877aa11ea5563"
14+
sha256 cellar: :any_skip_relocation, ventura: "b7509352eb510578f995fe539fd183155f1e4b8027b5daaf35b877aa11ea5563"
15+
sha256 cellar: :any_skip_relocation, monterey: "b7509352eb510578f995fe539fd183155f1e4b8027b5daaf35b877aa11ea5563"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3bc75dda03b0a6e43ab9b26236a3373e86c2cf9453309d262fcbf47ad8b81178"
1817
end
1918

2019
depends_on "node"

0 commit comments

Comments
 (0)