Skip to content

Commit e8ba2b6

Browse files
authored
Merge pull request #211174 from Homebrew/bump-pinact-1.3.0
pinact 1.3.0
2 parents a05e9ac + 909aea9 commit e8ba2b6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pinact.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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/v1.2.2.tar.gz"
5-
sha256 "7dd89e7d32056a81d8adc500cd277ac7920999c80a187a5df3252419a10ebfba"
4+
url "https://github.com/suzuki-shunsuke/pinact/archive/refs/tags/v1.3.0.tar.gz"
5+
sha256 "8625435f1a23a3cb392a3640eff4c44d24409242c0aeac541f00a3bd699594bd"
66
license "MIT"
77
head "https://github.com/suzuki-shunsuke/pinact.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "13fa4890f41e71f5aea2b8280511a331985cf6ea5206a5e2cb28fbcdbef92086"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "13fa4890f41e71f5aea2b8280511a331985cf6ea5206a5e2cb28fbcdbef92086"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "13fa4890f41e71f5aea2b8280511a331985cf6ea5206a5e2cb28fbcdbef92086"
13-
sha256 cellar: :any_skip_relocation, sonoma: "642c7a86251030a4af2d69359c3173f6f3210e851168d565f8cb063ef3758021"
14-
sha256 cellar: :any_skip_relocation, ventura: "642c7a86251030a4af2d69359c3173f6f3210e851168d565f8cb063ef3758021"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "504a5b29485561ceee0562a0dc7e868d865a80e2b48c7e1c956ba0897bc35baf"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9e839534d47b9c9e4125a4626dea1918db3e60b4f01fee347b47e15618eacda3"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9e839534d47b9c9e4125a4626dea1918db3e60b4f01fee347b47e15618eacda3"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9e839534d47b9c9e4125a4626dea1918db3e60b4f01fee347b47e15618eacda3"
13+
sha256 cellar: :any_skip_relocation, sonoma: "665231155ee77c7c38e1ed895548c34201b3c77afcc9f541a4fdc8f9c5d27f5b"
14+
sha256 cellar: :any_skip_relocation, ventura: "665231155ee77c7c38e1ed895548c34201b3c77afcc9f541a4fdc8f9c5d27f5b"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3d74585faa1374f7fd8b68cfa96822db36fbb32072d7df8396ee7aefbc3674a8"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)