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 1ef80f1 commit 1837d1aCopy full SHA for 1837d1a
Formula/jsctl.rb
@@ -5,6 +5,12 @@ class Jsctl < Formula
5
license "Apache-2.0"
6
head "https://github.com/jetstack/jsctl.git", branch: "main"
7
8
+ bottle do
9
+ root_url "https://github.com/jetstack/homebrew-jetstack/releases/download/jsctl-0.1.11"
10
+ sha256 cellar: :any_skip_relocation, monterey: "1a740c2496b7352fbf50be3a922ab00bb9f06fb8d6371997c9e9bc22b4b20323"
11
+ sha256 cellar: :any_skip_relocation, x86_64_linux: "15cb802a3f4ea5f71247c273929b0847a9b4691da8ecc1da7a07797da0b4d681"
12
+ end
13
+
14
on_macos do
15
on_arm do
16
url "https://github.com/jetstack/jsctl/releases/download/v#{version}/jsctl-#{version}-darwin-arm64.tar.gz"
0 commit comments