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.6 "
9+ version "1.16.0 "
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 "3458b0fe27bec3f87986c26c1ac69f80f30f257dffbb0a6ad13b972a54ff1588 "
14+ sha256 "69690ea16bddb26eb79a5bdcc09f7023c7a93599ea2cc26e76fa8ca1766b0b17 "
1515 elsif OS . linux? && Hardware ::CPU . intel?
1616 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc-linux-x86_64.zip"
17- sha256 "fe1324ce6256fdfb4370d646f1285b807fea275a261c9857e02a313797618aec "
17+ sha256 "79f8e46e60c3ae1b70a8c14e79517f00ddad825c37b6c44fac94fed4a8b90883 "
1818 else
1919 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc.zip"
20- sha256 "5b22af698b2cd308ccea0243457c1ae416e9997af45f714ce3556c4fafe1fa32 "
20+ sha256 "dfbda08d4a2eae709c581baaed235f78f5ca46f26c4d4228a49325679e2f389c "
2121 depends_on "openjdk@21"
2222 end
2323
You can’t perform that action at this time.
0 commit comments