Skip to content

Commit 881f31a

Browse files
authored
Merge pull request #230058 from Homebrew/bump-ghalint-1.5.2
ghalint 1.5.2
2 parents abccef6 + b2f4293 commit 881f31a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/g/ghalint.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Ghalint < Formula
22
desc "GitHub Actions linter"
33
homepage "https://github.com/suzuki-shunsuke/ghalint"
4-
url "https://github.com/suzuki-shunsuke/ghalint/archive/refs/tags/v1.5.1.tar.gz"
5-
sha256 "ccd597e0f943295a5303125342b96913f8fe3b71676bde4113230ae38536d47b"
4+
url "https://github.com/suzuki-shunsuke/ghalint/archive/refs/tags/v1.5.2.tar.gz"
5+
sha256 "b2d84de50610153c419cede213cc42f5cdffe24d380560bb9aa179a059bdd675"
66
license "MIT"
77
head "https://github.com/suzuki-shunsuke/ghalint.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa37743a6a24e5b33dde01dbaddd0a3e0cfd7d974eba0b0d127813ebbb3a4f62"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa37743a6a24e5b33dde01dbaddd0a3e0cfd7d974eba0b0d127813ebbb3a4f62"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "fa37743a6a24e5b33dde01dbaddd0a3e0cfd7d974eba0b0d127813ebbb3a4f62"
13-
sha256 cellar: :any_skip_relocation, sonoma: "86c0b669bdb3c8436d5cbf6f2e8e9002370c185478f35296a72232e54788225f"
14-
sha256 cellar: :any_skip_relocation, ventura: "86c0b669bdb3c8436d5cbf6f2e8e9002370c185478f35296a72232e54788225f"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "fd24e1973f10c61e00f398f5d1356eb6f85addda261a107f4afaa6df56f7e90f"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "317e7abd55a92af01c7235f3c26f212f8418c2bd49947dbac88a2ae5472a5e31"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "317e7abd55a92af01c7235f3c26f212f8418c2bd49947dbac88a2ae5472a5e31"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "317e7abd55a92af01c7235f3c26f212f8418c2bd49947dbac88a2ae5472a5e31"
13+
sha256 cellar: :any_skip_relocation, sonoma: "4cdcd34689302aa615b4a9dd2e5ac9ec43abc4634b0e6ba81a0cbb628c666181"
14+
sha256 cellar: :any_skip_relocation, ventura: "4cdcd34689302aa615b4a9dd2e5ac9ec43abc4634b0e6ba81a0cbb628c666181"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1afbc13e24f391dc79582deeccd8b5b3f9f044714e19893f471c77188f26fcf3"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)