File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11class Cb < Formula
22 desc "CLI for Crunchy Bridge"
33 homepage "https://crunchybridge.com"
4- version "3.6.2 "
4+ version "3.6.4 "
55 license "GPL-3.0-or-later"
66
77 bottle do
8- root_url "https://github.com/CrunchyData/homebrew-brew/releases/download/cb-3.6.2 "
8+ root_url "https://github.com/CrunchyData/homebrew-brew/releases/download/cb-3.6.4 "
99 sha256 cellar : :any_skip_relocation , arm64_sonoma : "19fd1ad9f6e356502b8b47919208aa8055b08afd0bb5c1d4f1212e983d5dc054"
1010 end
1111
1212 if OS . mac? && Hardware ::CPU . arm?
1313 url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{ version } /cb-v#{ version } _macos_arm64.zip"
14- sha256 "38a342f1fd499fb78de2324649bb71b199e68a7ba4462b0709554e43e3496b51 "
14+ sha256 "20801e6703fbce1228a699b40bf24727cd1d6d1aa30fcdf2f24b11a783a30992 "
1515 end
1616
1717 if OS . mac? && Hardware ::CPU . intel?
1818 url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{ version } /cb-v#{ version } _macos_amd64.zip"
19- sha256 "255ddef3e50323c949ce5456d1fb7d97b432522d1e1ee42f3479b1003ff772a2 "
19+ sha256 "ce39f562832ae7f9ca9d7f9ad791760349668264e155e664537bdb9152ae5c39 "
2020 end
2121
2222 if OS . linux? && Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
2323 url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{ version } /cb-v#{ version } _linux_aarch64.zip"
24- sha256 "bf02a81ef6f770593912af87c5371b5635e7e2b46da421de00109eb3215d6393 "
24+ sha256 "44d74bc05d5da9f13bedb00162fc37050c5539c7622134e64d2ce22327431228 "
2525 end
2626
2727 if OS . linux? && Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
2828 url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{ version } /cb-v#{ version } _linux_amd64.zip"
29- sha256 "cc1ec178531cc3b17b2b93894b65e9f66af8367c954099771df5337f7d665988 "
29+ sha256 "87a6f0bf90452b0184db165a658df62ff493093f23cce9a38e9ebed88302718b "
3030 end
3131
3232 def install
You can’t perform that action at this time.
0 commit comments