|
1 | 1 | class Zizmor < Formula
|
2 | 2 | desc "Find security issues in GitHub Actions setups"
|
3 | 3 | homepage "https://woodruffw.github.io/zizmor/"
|
4 |
| - url "https://github.com/woodruffw/zizmor/archive/refs/tags/v1.5.0.tar.gz" |
5 |
| - sha256 "111eb6a2814a9eb0b68ed32f37b8727736de1e299c4d74aede4b833ea8c36ab2" |
| 4 | + url "https://github.com/woodruffw/zizmor/archive/refs/tags/v1.5.1.tar.gz" |
| 5 | + sha256 "80d5a483a56601a6ad224dace459f303d0ca304c182d22f37ae157c1e8c7e2b4" |
6 | 6 | license "MIT"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "927f3f4b81af2537c5edf462ef321f56ced78665f4e2b3b35219c199984069d3" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e89d69cd9ac72c17df2d8bdf35a5f4baacab062ec4630f4905f6edda5ca2583" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "9930b8e699901c255492e79dadc69ede9f4780d564c862fbe25d73a7618ba69e" |
12 |
| - sha256 cellar: :any_skip_relocation, sonoma: "708a6a8e58ed934377ce12972bec8af65b3c7fa7f5c4ebf7217319e5660f9010" |
13 |
| - sha256 cellar: :any_skip_relocation, ventura: "f9a205d4668b11ff2250cc4a104f761b1f4b55a16060f01db13e34831b64cc3e" |
14 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "51f298f6aa7b59a4dd08238c86a7f921f4c006cab5cf0870835333ec9cfab987" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "b2cc75e658c1cd8e855ad228edaa4d22fc2b359f256b0ec15f7a61d1d628e0a5" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "0df0a4cb4d80ed5f0349d208737fbd459985c65174ccaf4f255fb23af893db40" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "cef1e025b6a44845b279d9d908ca63e209c707f3968d6f9e402a5b2fff5613a9" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "b0e6d4592d6e2474f0857009f9666d6c237b03bf76a67d68cc74ca94c648656f" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "d32dc9ef0bd4f3234ed7fdfa7d8a304c159e8673a7056b479f636b48ef1ab729" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "ba69185e0b1cb5870c665a061ad885cfa88b214f795def24e12dc5a3af3028e3" |
15 | 15 | end
|
16 | 16 |
|
17 | 17 | depends_on "pkgconf" => :build
|
|
0 commit comments