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 3f402ce commit 04dfdadCopy full SHA for 04dfdad
Formula/cb.rb
@@ -4,6 +4,11 @@ class Cb < Formula
4
version "3.6.2"
5
license "GPL-3.0-or-later"
6
7
+ bottle do
8
+ root_url "https://github.com/CrunchyData/homebrew-brew/releases/download/cb-3.6.2"
9
+ sha256 cellar: :any_skip_relocation, arm64_sonoma: "19fd1ad9f6e356502b8b47919208aa8055b08afd0bb5c1d4f1212e983d5dc054"
10
+ end
11
+
12
if OS.mac? && Hardware::CPU.arm?
13
url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{version}/cb-v#{version}_macos_arm64.zip"
14
sha256 "38a342f1fd499fb78de2324649bb71b199e68a7ba4462b0709554e43e3496b51"
0 commit comments