Skip to content

Commit b567a2c

Browse files
Update riddlc to 1.16.4 with multi-platform native binaries
1 parent 188bbf7 commit b567a2c

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

0 commit comments

Comments
 (0)