Skip to content

Commit e299aae

Browse files
v3.6.7
1 parent b6f4dec commit e299aae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Formula/cb.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
class Cb < Formula
22
desc "CLI for Crunchy Bridge"
33
homepage "https://crunchybridge.com"
4-
version "3.6.6"
4+
version "3.6.7"
55
license "GPL-3.0-or-later"
66

77
if OS.mac? && Hardware::CPU.arm?
88
url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{version}/cb-v#{version}_macos_arm64.zip"
9-
sha256 "5d2e7b5513056f7fb5834aa9825a115dabb6ad4d37a1263e26f5673a16bf08b9"
9+
sha256 "9be8e53e9f679e877384d2708ff5658698e01d844ba1a274008fb3a853b757b7"
1010
end
1111

1212
if OS.mac? && Hardware::CPU.intel?
1313
url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{version}/cb-v#{version}_macos_amd64.zip"
14-
sha256 "1dd1ffe66129d06c02fbf8c0c2770ca000e08a7bc03e307437cfd568f3fa5191"
14+
sha256 "aae4f0169f56eae77cfa8ccc2b9db1b1bbe214399c05cc6caec491d5fd0f2fa5"
1515
end
1616

1717
if OS.linux? && Hardware::CPU.arm? && Hardware::CPU.is_64_bit?
1818
url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{version}/cb-v#{version}_linux_aarch64.zip"
19-
sha256 "5a58a4e34c6c2d85a4719bb256441eae41606cb427fad1391aa1a54e8156d1ea"
19+
sha256 "1a90f4c4c273959c681e0cb8a1191ca7c86b460d5e3ae2658f3ef5164200f2aa"
2020
end
2121

2222
if OS.linux? && Hardware::CPU.intel? && Hardware::CPU.is_64_bit?
2323
url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{version}/cb-v#{version}_linux_amd64.zip"
24-
sha256 "77fa6dd285aa9f1a38b17ffcae6b9b66c5b6bb09330e038bf3de1a98b6ca4396"
24+
sha256 "55df54a13761c3a3bb36f1bfc7a5d187cb79ea8aff33b621afa423a5cefe2ce9"
2525
end
2626

2727
def install

0 commit comments

Comments
 (0)