Skip to content

Commit 7cd59d7

Browse files
committed
chore: Update Paranoia Version
1 parent 1b807a4 commit 7cd59d7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/paranoia.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
class Paranoia < Formula
22
desc "Inspect certificate authorites in contianer images"
33
homepage "https://github.com/jetstack/paranoia"
4-
url "https://github.com/jetstack/paranoia/archive/refs/tags/v0.4.0.tar.gz"
4+
url "https://github.com/jetstack/paranoia/archive/refs/tags/v0.5.0.tar.gz"
55
sha256 "7a03ec351830b52895ecdd584f351c4f7b960e63bd047874aa1f68792a07203b"
66
license "Apache-2.0"
77
head "https://github.com/jetstack/paranoia.git", branch: "main"
88

99
bottle do
10-
root_url "https://github.com/jetstack/homebrew-jetstack/releases/download/paranoia-0.4.0"
11-
sha256 cellar: :any_skip_relocation, monterey: "72247ad301045a7ae873c9ac1b06e967ae9ef7bae03d52345997ca228821ad7c"
12-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eae0d69009f562a3f42ed2b777442df34a1de642f21325514114a173e678d6ee"
10+
root_url "https://github.com/jetstack/homebrew-jetstack/releases/download/paranoia-0.5.0"
11+
sha256 cellar: :any_skip_relocation, monterey: "1cc33c6743000b8adfc2fddb8dc2d6dbb21bcc6588a445a05b6c6656a0715856"
12+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4adeabcb93c1f13da12ffee63f373604e213a9bbd9fdfb9e4fd40ef436dda792"
1313
end
1414

1515
depends_on "go" => :build

0 commit comments

Comments
 (0)