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.11.0 "
9+ version "1.11.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 "42f4fd8f8ec310ab6260324063e3029dc7477b0286c66c750fab8e89e8c1b81b "
14+ sha256 "c7e6f96a74a9f357c66abffb455e2c65341780a497729993becacf36c4e152e6 "
1515 elsif OS . linux? && Hardware ::CPU . intel?
1616 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc-linux-x86_64.zip"
17- sha256 "c6f94194e98fd597d71f210126e5eb732182fef9979ec276f2ba21912aaa4be7 "
17+ sha256 "95d7813a54d3d3f88171fad627cd02ac59d9644bbfa07d9489117858741cb2f0 "
1818 else
1919 url "https://github.com/ossuminc/riddl/releases/download/#{ version } /riddlc.zip"
20- sha256 "eca6122147a3c464d6797b02ecf9a0ec6ddc18e29ceaa4eb727e7800da91b928 "
20+ sha256 "fd9eadfc7dff1f95044bee4e8a48d1015ac9ce74c31c74d7b8d792fb8af2f253 "
2121 depends_on "openjdk@21"
2222 end
2323
You can’t perform that action at this time.
0 commit comments