Skip to content

Commit 87df718

Browse files
Update riddlc to 1.17.0 with multi-platform native binaries
1 parent 235e742 commit 87df718

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.16.5"
9+
version "1.17.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 "d4f31c266e8a54494160664b3754f55f3d9eed1f4a4de9d56392992c47b30f62"
14+
sha256 "8fbdc6b916625dbfe51f03a49549cb3626c6dac59db3b4a6c118daa061860e20"
1515
elsif OS.linux? && Hardware::CPU.intel?
1616
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
17-
sha256 "7724f41c7e8506f23ca35c044a80da62aaca88662d7ef403736e8698201dfec5"
17+
sha256 "3ba3d647aa8692332a7ef50ef1505c5b7c6ebdcf78e2de2b4440c5b7efb25d3b"
1818
else
1919
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
20-
sha256 "a3ecfa45d5d0848f765c38a31ee6c2b4576a8a88bf0e24510db42f13f32a4d76"
20+
sha256 "1a24ff927a1be10085ca869110657d754df924663cea7b539254b79ec96cbf48"
2121
depends_on "openjdk@21"
2222
end
2323

0 commit comments

Comments
 (0)