This repository was archived by the owner on Mar 12, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55class Bc4 < Formula
66 desc "A CLI tool for interacting with Basecamp 4"
77 homepage "https://github.com/needmore/bc4"
8- version "0.15.3 "
8+ version "0.16.0 "
99 license "MIT"
1010
1111 on_macos do
12- url "https://github.com/needmore/bc4/releases/download/v0.15.3 /bc4_0.15.3_Darwin_all .tar.gz"
13- sha256 "f3a76219c0df80ca16c94435a231e2876b6a63fccf71a659cb66d48c72ee9664 "
12+ url "https://github.com/needmore/bc4/releases/download/v0.16.0 /bc4_0.16.0_Darwin_all .tar.gz"
13+ sha256 "46e85a0a5b213c023c3ca7b1f6cc2a48890c1f0615ba462437cd062242594ae7 "
1414
1515 def install
1616 bin . install "bc4"
@@ -19,15 +19,15 @@ def install
1919
2020 on_linux do
2121 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
22- url "https://github.com/needmore/bc4/releases/download/v0.15.3 /bc4_0.15.3_Linux_x86_64 .tar.gz"
23- sha256 "35103a28a9e291e051ef0fe32fa3f9f573285d2f017bf64e46164cf9cc8f796c "
22+ url "https://github.com/needmore/bc4/releases/download/v0.16.0 /bc4_0.16.0_Linux_x86_64 .tar.gz"
23+ sha256 "3530524b0790315c66d0c0935be0b95488404bec786c2ac1144e6bb2cf5eb9c0 "
2424 def install
2525 bin . install "bc4"
2626 end
2727 end
2828 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
29- url "https://github.com/needmore/bc4/releases/download/v0.15.3 /bc4_0.15.3_Linux_arm64 .tar.gz"
30- sha256 "0ccd05d86edd5f182b41490bdf71406594611fcdbc50388a5e25b7837f9c96a8 "
29+ url "https://github.com/needmore/bc4/releases/download/v0.16.0 /bc4_0.16.0_Linux_arm64 .tar.gz"
30+ sha256 "63bb81a7f34a792fc14fb451a80df581bdfdcb281673621c35e63d6a4565af33 "
3131 def install
3232 bin . install "bc4"
3333 end
You can’t perform that action at this time.
0 commit comments