Skip to content

Commit 1ab8be9

Browse files
authored
Merge pull request #233857 from Homebrew/bump-pinact-3.4.2
pinact 3.4.2
2 parents 626f895 + a6de332 commit 1ab8be9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pinact.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Pinact < Formula
22
desc "Pins GitHub Actions to full hashes and versions"
33
homepage "https://github.com/suzuki-shunsuke/pinact"
4-
url "https://github.com/suzuki-shunsuke/pinact/archive/refs/tags/v3.4.1.tar.gz"
5-
sha256 "0df5b888045092abcef4d12ef043d63eaaa12c7254f843441443b8c12fc805ce"
4+
url "https://github.com/suzuki-shunsuke/pinact/archive/refs/tags/v3.4.2.tar.gz"
5+
sha256 "2b47c1d6fee9b41a58e21d1d9452fae7434134637472e80e499490079922f389"
66
license "MIT"
77
head "https://github.com/suzuki-shunsuke/pinact.git", branch: "main"
88

@@ -14,12 +14,12 @@ class Pinact < Formula
1414
end
1515

1616
bottle do
17-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae59f2ed6b51a77884df8176110af3493651e559469aaf90c94ecbe177e4301c"
18-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae59f2ed6b51a77884df8176110af3493651e559469aaf90c94ecbe177e4301c"
19-
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae59f2ed6b51a77884df8176110af3493651e559469aaf90c94ecbe177e4301c"
20-
sha256 cellar: :any_skip_relocation, sonoma: "55219d3abdd43254f845c58301a931ce42667318b3aeed798ebac982dade851f"
21-
sha256 cellar: :any_skip_relocation, ventura: "55219d3abdd43254f845c58301a931ce42667318b3aeed798ebac982dade851f"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1c2cde1a9ddf924c0a8009c8628d71d46da4e212a4b42c784179df4eee2535d8"
17+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "fa2d9116a18e4ea598c6be98753d56b5a5d6fab0824bbd3f52c8489d81342f8c"
18+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fa2d9116a18e4ea598c6be98753d56b5a5d6fab0824bbd3f52c8489d81342f8c"
19+
sha256 cellar: :any_skip_relocation, arm64_ventura: "fa2d9116a18e4ea598c6be98753d56b5a5d6fab0824bbd3f52c8489d81342f8c"
20+
sha256 cellar: :any_skip_relocation, sonoma: "94deb0851fff9d0d0bc1aa2c69c365fd36b8db031de05e67d67386db8dd05c3b"
21+
sha256 cellar: :any_skip_relocation, ventura: "94deb0851fff9d0d0bc1aa2c69c365fd36b8db031de05e67d67386db8dd05c3b"
22+
sha256 cellar: :any_skip_relocation, x86_64_linux: "94f6d8cc146f483b4bf1cf260d6ec023e6a49d56dae26c2f3c4cd8cd8b6a7724"
2323
end
2424

2525
depends_on "go" => :build

0 commit comments

Comments
 (0)