Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.

Commit eb7db76

Browse files
committed
Brew formula update for bc4 version v0.17.0
1 parent 1bd4c17 commit eb7db76

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

Formula/bc4.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
class Bc4 < Formula
66
desc "A CLI tool for interacting with Basecamp 4"
77
homepage "https://github.com/needmore/bc4"
8-
version "0.16.0"
8+
version "0.17.0"
99
license "MIT"
1010

1111
on_macos do
12-
url "https://github.com/needmore/bc4/releases/download/v0.16.0/bc4_0.16.0_Darwin_all.tar.gz"
13-
sha256 "46e85a0a5b213c023c3ca7b1f6cc2a48890c1f0615ba462437cd062242594ae7"
12+
url "https://github.com/needmore/bc4/releases/download/v0.17.0/bc4_0.17.0_Darwin_all.tar.gz"
13+
sha256 "b620863a51a1862bb100e146bc934ffd15c97f4d27934ea0a9ab39c5c20025ba"
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.16.0/bc4_0.16.0_Linux_x86_64.tar.gz"
23-
sha256 "3530524b0790315c66d0c0935be0b95488404bec786c2ac1144e6bb2cf5eb9c0"
22+
url "https://github.com/needmore/bc4/releases/download/v0.17.0/bc4_0.17.0_Linux_x86_64.tar.gz"
23+
sha256 "46294cb3d75c61d3301f78990c84881a81de457484d827665ccc9424605d2234"
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.16.0/bc4_0.16.0_Linux_arm64.tar.gz"
30-
sha256 "63bb81a7f34a792fc14fb451a80df581bdfdcb281673621c35e63d6a4565af33"
29+
url "https://github.com/needmore/bc4/releases/download/v0.17.0/bc4_0.17.0_Linux_arm64.tar.gz"
30+
sha256 "3437f06fd8295f3814e2b1cd72e6dc6a3af3e5cd390a73513699de7652694252"
3131
def install
3232
bin.install "bc4"
3333
end

0 commit comments

Comments
 (0)