Skip to content

Commit 0b75495

Browse files
committed
v3.6.4 - remove bottle
It was reported in issue #32 that upgrading to v3.6.4 was failing due to the bottle being missing. This is due to us having moved away from packaging bottles in the traditional brew sense and instead pulling the prebuilt binaries[1] that are a result of the official release process. It's unclear why the bottle directive wasn't removed on this most recent release however we're correcting that here. [1] https://github.com/CrunchyData/bridge-cli/releases
1 parent e8c87a2 commit 0b75495

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Formula/cb.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ class Cb < Formula
44
version "3.6.4"
55
license "GPL-3.0-or-later"
66

7-
bottle do
8-
root_url "https://github.com/CrunchyData/homebrew-brew/releases/download/cb-3.6.4"
9-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "19fd1ad9f6e356502b8b47919208aa8055b08afd0bb5c1d4f1212e983d5dc054"
10-
end
11-
127
if OS.mac? && Hardware::CPU.arm?
138
url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{version}/cb-v#{version}_macos_arm64.zip"
149
sha256 "20801e6703fbce1228a699b40bf24727cd1d6d1aa30fcdf2f24b11a783a30992"

0 commit comments

Comments
 (0)