Skip to content

Commit 8c3cd62

Browse files
committed
feat: update Canton to 2.10.2
Release URL: https://github.com/digital-asset/daml/releases/tag/v2.10.2 🤖 Generated with GitHub Actions
1 parent d28f7d4 commit 8c3cd62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/canton.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ class Canton < Formula
33
homepage "https://www.canton.network/"
44
license "Apache-2.0"
55

6-
url "https://github.com/digital-asset/daml/releases/download/v3.4.0-snapshot.20250723.0/canton-open-source-3.4.0-snapshot.20250715.16432.0.vcd4fe703.tar.gz"
7-
sha256 "04f33ccadd9651b4be8fbbbd0c33039795a8ee86e3e07d2d9955200bce4ce74a"
8-
version "3.4.0-snapshot.20250715.16432.0.vcd4fe703"
6+
url "https://github.com/digital-asset/daml/releases/download/v2.10.2/canton-open-source-2.10.2.tar.gz"
7+
sha256 "91964ad4d69cd70826750a53b0f9a2c55dd8057efcf6911daf13f34aefea5eb5"
8+
version "2.10.2"
99

1010
# Java 11+ is required (recommend 17 for best compatibility)
1111
depends_on "openjdk@17" => :recommended
@@ -40,7 +40,7 @@ def caveats
4040

4141
# Test that Java is available (required for Canton to run)
4242
java_version = shell_output("java -version 2>&1")
43-
assert_match(/version "3.4.0-snapshot.20250715.16432.0.vcd4fe703"[1-9][0-9]"/, java_version)
43+
assert_match(/version "2.10.2"[1-9][0-9]"/, java_version)
4444

4545
# Test that Canton can show help (basic functionality test)
4646
output = shell_output("#{bin}/canton --help 2>&1", 0)

0 commit comments

Comments
 (0)