We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714301a commit e96379cCopy full SHA for e96379c
Formula/paranoia.rb
@@ -6,6 +6,12 @@ class Paranoia < Formula
6
license "Apache-2.0"
7
head "https://github.com/jetstack/paranoia.git", branch: "main"
8
9
+ bottle do
10
+ root_url "https://github.com/jetstack/homebrew-jetstack/releases/download/paranoia-0.2.1"
11
+ sha256 cellar: :any_skip_relocation, monterey: "72247ad301045a7ae873c9ac1b06e967ae9ef7bae03d52345997ca228821ad7c"
12
+ sha256 cellar: :any_skip_relocation, x86_64_linux: "eae0d69009f562a3f42ed2b777442df34a1de642f21325514114a173e678d6ee"
13
+ end
14
+
15
depends_on "go" => :build
16
17
def install
0 commit comments