Skip to content

Commit da5aa94

Browse files
authored
Merge pull request #210695 from Homebrew/bump-zizmor-1.5.1
zizmor 1.5.1
2 parents d1ac8e2 + 52b7e05 commit da5aa94

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/z/zizmor.rb

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class Zizmor < Formula
22
desc "Find security issues in GitHub Actions setups"
33
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"
66
license "MIT"
77

88
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"
1515
end
1616

1717
depends_on "pkgconf" => :build

0 commit comments

Comments
 (0)