File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed
Expand file tree Collapse file tree 1 file changed +5
-10
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.1 "
4+ version "3.6.2 "
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.1"
9- sha256 cellar : :any_skip_relocation , arm64_sonoma : "02444b3f92eabda525c77905095ed002f6a9486b93b07b197222872c40d5feec"
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"
14- sha256 "b0c52dbe6cc9ddcaf2c278bac2849e93f1e48f7bde575eb7e831a35fe8ff7848 "
9+ sha256 "38a342f1fd499fb78de2324649bb71b199e68a7ba4462b0709554e43e3496b51 "
1510 end
1611
1712 if OS . mac? && Hardware ::CPU . intel?
1813 url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{ version } /cb-v#{ version } _macos_amd64.zip"
19- sha256 "3ffaaeac54d32b33b25c1f89996cbdde8cc81fe6dfc35737f960b648f62397a5 "
14+ sha256 "255ddef3e50323c949ce5456d1fb7d97b432522d1e1ee42f3479b1003ff772a2 "
2015 end
2116
2217 if OS . linux? && Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
2318 url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{ version } /cb-v#{ version } _linux_aarch64.zip"
24- sha256 "a4513c5fee5de1d2e2aad373bd45243f2ae783eee5f708b8c9492fe955c163c2 "
19+ sha256 "bf02a81ef6f770593912af87c5371b5635e7e2b46da421de00109eb3215d6393 "
2520 end
2621
2722 if OS . linux? && Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
2823 url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{ version } /cb-v#{ version } _linux_amd64.zip"
29- sha256 "1c3bfcbdb09228b4b2fe55dfc52caf0fc5b517da763f2ea2fd51f4ba402ff92c "
24+ sha256 "cc1ec178531cc3b17b2b93894b65e9f66af8367c954099771df5337f7d665988 "
3025 end
3126
3227 def install
You can’t perform that action at this time.
0 commit comments