Skip to content

Commit 36060c2

Browse files
authored
Fix 1.6.1 update
1 parent 4a5f986 commit 36060c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/caupain.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class Caupain < Formula
66
license "MIT"
77

88
bottle do
9-
root_url "https://github.com/deezer/homebrew-repo/releases/download/caupain-1.6.0"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b409311c3ffcc1e97d1f513d8dd140162936cf9b9144967cd215353b087d283c"
11-
sha256 cellar: :any_skip_relocation, ventura: "f3ff8eaf935f98b76393cf3634a04704fcccff8bbd10390a7581776883d3e2b5"
9+
root_url "https://github.com/deezer/homebrew-repo/releases/download/caupain-1.6.1"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4ad710624d4c83c49ef22eaff558e29215abbe916b8adea5af7f665b495eefe7"
11+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "f4bc1825374b01d65456a575d54620e75e8bade2b3e7b9dd4b9080b2c97642a3"
1212
end
1313

1414
depends_on "openjdk@17" => :build

0 commit comments

Comments
 (0)