|
1 | 1 | class GitlabCiLocal < Formula
|
2 | 2 | desc "Run gitlab pipelines locally as shell executor or docker executor"
|
3 | 3 | 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" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/firecow/gitlab-ci-local.git", branch: "master"
|
8 | 8 |
|
9 | 9 | 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" |
18 | 17 | end
|
19 | 18 |
|
20 | 19 | depends_on "node"
|
|
0 commit comments