|
1 | 1 | class Pinact < Formula
|
2 | 2 | desc "Pins GitHub Actions to full hashes and versions"
|
3 | 3 | 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" |
6 | 6 | license "MIT"
|
7 | 7 | head "https://github.com/suzuki-shunsuke/pinact.git", branch: "main"
|
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end
|
17 | 17 |
|
18 | 18 | depends_on "go" => :build
|
|
0 commit comments