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.16.0 "
9+ version "1.16.1 "
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 "7099d08000a87fb9aa85bab325a557193eeefc7bf8cb804f62fc016fcb528129 "
14+ sha256 "f7037d9bca7209388f1320d649e8b470dab464a3c39e2282d2dc6eeb4ca61c87 "
1515 elsif OS . linux? && Hardware ::CPU . intel?
1616 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc-linux-x86_64.zip"
17- sha256 "ba921459e741f20a5c979e4439bece9e76554c86e6687263806aad7caa3a629d "
17+ sha256 "e7c866bb84d5fb0ce817f1e2acbdf596164e718f629c338a7d8e716835699473 "
1818 else
1919 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc.zip"
20- sha256 "5a266d7e3124c3d034ffb0a1b8e94e4cd3144b1b98aea8c68715d48bdac3eb09 "
20+ sha256 "bf37c7f8d42b3a808fdf944a599ee6d640198e99796a0bc284f077f7c0062ef0 "
2121 depends_on "openjdk@21"
2222 end
2323
You can’t perform that action at this time.
0 commit comments