Skip to content

Commit 3178fa9

Browse files
committed
bump formula revision
1 parent 0b75495 commit 3178fa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Formula/cb.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ class Cb < Formula
33
homepage "https://crunchybridge.com"
44
version "3.6.4"
55
license "GPL-3.0-or-later"
6+
revision 1
67

78
if OS.mac? && Hardware::CPU.arm?
89
url "https://github.com/CrunchyData/bridge-cli/releases/download/v#{version}/cb-v#{version}_macos_arm64.zip"
@@ -32,4 +33,4 @@ def install
3233
test do
3334
assert_match "cb v#{version}", shell_output(bin / "cb version")
3435
end
35-
end
36+
end

0 commit comments

Comments
 (0)