|
1 | 1 | class Zizmor < Formula
|
2 | 2 | desc "Find security issues in GitHub Actions setups"
|
3 | 3 | homepage "https://github.com/woodruffw/zizmor"
|
4 |
| - url "https://github.com/woodruffw/zizmor/archive/refs/tags/v1.3.0.tar.gz" |
5 |
| - sha256 "7fee5244723fd3da8b3211fc0edf1cdc269cfb7e36221c411e409a147b4da211" |
| 4 | + url "https://github.com/woodruffw/zizmor/archive/refs/tags/v1.3.1.tar.gz" |
| 5 | + sha256 "a8ed1b318de38ffa2e1847ae4b66cd44324030cd0fe7239e82430341b39c16ee" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "b0a18ec5c62402d5b51b5a490f3953af36712c10bd3ab5de93fba4d36a92b3ea" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "c3f35a0853d48f4a5ca5340fdf878f00cab3c3206134dd39ed525d2090a5cd2f" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "c8c87f5422f36f0d540bc3851e2c787b3dcb38ff27c7b10ff12d76c757e8c4c6" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "fc2128447f4a2555677bb90d09e3cdc7ba0e19572862f60f432070b1cd19bbf0" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "d8b8537fe5f5d5ead789ae2dcb65175ec246d3b9e66a505a89c0fba29cd1c0c6" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "206da440bae67e42c5e136bca1063d9109af31cf92f8848402a22ac4504b1945" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3781699e1c0d3d128d83cd57cd4b58894eb6ca30bec7a8fab8d7411b8cee3ac6" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1aa08421eed2afe360c33923b95522201544170e27d74ddf08024485b9a63c53" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "65ddcac82437f43fffc6db4e35ba83901c2967484c15e382c3661f829ab6533b" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "3d12a0b9562129e2bda19721f4dec83c040483a22120d873545715bd7291fa1e" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "041e0b61d392fa2de3d747fea36e1ca0bdfe200b8e73c72f393ff0115c3d94f3" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "0ab9f69abb5c4681eda409c3c8fb84f50a8d21d1d93fd438e66ab5a1a425b797" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "pkgconf" => :build
|
|
0 commit comments