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