Skip to content

Commit e96379c

Browse files
committed
paranoia: add 0.2.1 bottle.
1 parent 714301a commit e96379c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Formula/paranoia.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ class Paranoia < Formula
66
license "Apache-2.0"
77
head "https://github.com/jetstack/paranoia.git", branch: "main"
88

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+
915
depends_on "go" => :build
1016

1117
def install

0 commit comments

Comments
 (0)