Skip to content

Commit 235e742

Browse files
Update riddlc to 1.16.5 with multi-platform native binaries
1 parent b567a2c commit 235e742

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

0 commit comments

Comments
 (0)