Skip to content

Commit

Permalink
Merge pull request #173212 from Homebrew/bump-gitlab-ci-local-4.50.0
Browse files Browse the repository at this point in the history
gitlab-ci-local 4.50.0
  • Loading branch information
BrewTestBot authored May 30, 2024
2 parents a077df9 + 32ef684 commit cbac086
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/g/gitlab-ci-local.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
class GitlabCiLocal < Formula
desc "Run gitlab pipelines locally as shell executor or docker executor"
homepage "https://github.com/firecow/gitlab-ci-local"
url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.49.0.tgz"
sha256 "b39c13675240f88041b703b4fdae2a09b040db640d33fb9aaaa0d58aa8114d5d"
url "https://registry.npmjs.org/gitlab-ci-local/-/gitlab-ci-local-4.50.0.tgz"
sha256 "954c96f24f5751c9f88ef322d3fc6aff2bba21fc99086bb3c0c55702217110c2"
license "MIT"
head "https://github.com/firecow/gitlab-ci-local.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a32dbf10dd360fca0cf2b565448ac3792aa7c8b24e2f56d6c62a58f372d2b29"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3b8a243a6aa65f669346da81a3cc7bb56a533b607e9c414c1fef5735f241f3d4"
sha256 cellar: :any_skip_relocation, arm64_monterey: "654914c67ef2a8081f19dabb0a2ff755508af4fa20da45b7d2d9c22b6bfb1a49"
sha256 cellar: :any_skip_relocation, sonoma: "8185b49ba40a583070a16a11d625e407aa6fb0aa7170eb36cb8bbc8238633dfd"
sha256 cellar: :any_skip_relocation, ventura: "5cf81f6a63c44d2ea5f002c2783101ed89322869141632e9482226c051404f85"
sha256 cellar: :any_skip_relocation, monterey: "44d207b2c0f4730d52dfaf00a3ecd4475730d8a75e1ed867840c4adb25cc4e60"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4df9bffc06406839602afd1c4f3237e503ceece264d578b5208a86daed691ee8"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9eab80dddceab070251798838843f9c5f7b0a970812cd7abb6531a7109b9e8f2"
sha256 cellar: :any_skip_relocation, arm64_ventura: "9eab80dddceab070251798838843f9c5f7b0a970812cd7abb6531a7109b9e8f2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9eab80dddceab070251798838843f9c5f7b0a970812cd7abb6531a7109b9e8f2"
sha256 cellar: :any_skip_relocation, sonoma: "b0cadb21dc43e8fea163549eee44b13ade432995eb6bfd81181417c54283688c"
sha256 cellar: :any_skip_relocation, ventura: "b0cadb21dc43e8fea163549eee44b13ade432995eb6bfd81181417c54283688c"
sha256 cellar: :any_skip_relocation, monterey: "b0cadb21dc43e8fea163549eee44b13ade432995eb6bfd81181417c54283688c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a386ace3fd2985b9d006142a24a2b6c831874db2e94787f751344b12fffcc5ce"
end

depends_on "node"
Expand Down

0 comments on commit cbac086

Please sign in to comment.