File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments