Skip to content

Commit

Permalink
cb: add 3.6.1 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrightwell committed Nov 5, 2024
1 parent 279dade commit 302b78d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Formula/cb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ class Cb < Formula
version "3.6.1"
license "GPL-3.0-or-later"

bottle do
root_url "https://github.com/CrunchyData/homebrew-brew/releases/download/cb-3.6.1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "02444b3f92eabda525c77905095ed002f6a9486b93b07b197222872c40d5feec"
end

if OS.mac? && Hardware::CPU.arm?
url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{version}/cb-v#{version}_macos_arm64.zip"
sha256 "b0c52dbe6cc9ddcaf2c278bac2849e93f1e48f7bde575eb7e831a35fe8ff7848"
Expand Down

0 comments on commit 302b78d

Please sign in to comment.