File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66class Riddlc < Formula
77 desc "Compiler for RIDDL (Reactive Interface to Domain Definition Language)"
88 homepage "https://github.com/ossuminc/riddl"
9- version "1.15.3 "
9+ version "1.15.4 "
1010 license "Apache-2.0"
1111
1212 if OS . mac? && Hardware ::CPU . arm?
1313 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc-macos-arm64.zip"
14- sha256 "b99d829bc559b404823e633025423f756dddc702fee72ac70d369ed47341a3d0 "
14+ sha256 "fc02634c3c9930627b34b2dd82d8049a4aae96addf4c0327d1f5e7fb203a7206 "
1515 elsif OS . linux? && Hardware ::CPU . intel?
1616 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc-linux-x86_64.zip"
17- sha256 "a3f8f8d25a7e450e874e407b893ac34e6045c0eeeaa8372fc1f76c8cb435f207 "
17+ sha256 "e40a32cc59fa4bb7e6a3d9b4a6ea59b6ffc8d2e91ca72aa304e8ef83f02c1d85 "
1818 else
1919 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc.zip"
20- sha256 "d1f94ad810229d57f278664f430204037879a67bb73ac37ba443f7fe943c6557 "
20+ sha256 "b6c083ffc16355d8d9ed31aec8a80e1d4076c62ef13bda5f8b64972bca51a554 "
2121 depends_on "openjdk@21"
2222 end
2323
You can’t perform that action at this time.
0 commit comments