Skip to content

Commit 9a47e35

Browse files
Update riddlc to 1.12.0 with multi-platform native binaries
1 parent e78d7fc commit 9a47e35

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Formula/riddlc.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
class Riddlc < Formula
77
desc "Compiler for RIDDL (Reactive Interface to Domain Definition Language)"
88
homepage "https://github.com/ossuminc/riddl"
9-
version "1.11.1"
9+
version "1.12.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 "c7e6f96a74a9f357c66abffb455e2c65341780a497729993becacf36c4e152e6"
14+
sha256 "17e635362864ac9f60ee4b406941502d6e66c91033936ac7123fffc57cf298f3"
1515
elsif OS.linux? && Hardware::CPU.intel?
1616
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
17-
sha256 "95d7813a54d3d3f88171fad627cd02ac59d9644bbfa07d9489117858741cb2f0"
17+
sha256 "be0d2d189fdd533bf56e843684f66763daebaf30120a989130817f3e5c00cd21"
1818
else
1919
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
20-
sha256 "fd9eadfc7dff1f95044bee4e8a48d1015ac9ce74c31c74d7b8d792fb8af2f253"
20+
sha256 "4f59cf25e3580798fc6d89fc7f085fd5852c03491657fc0f36b7fee17cb2aa8f"
2121
depends_on "openjdk@21"
2222
end
2323

0 commit comments

Comments
 (0)