Skip to content

Commit 2fbd3d9

Browse files
Update riddlc to 1.16.1 with multi-platform native binaries
1 parent da4c0e0 commit 2fbd3d9

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.0"
9+
version "1.16.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 "7099d08000a87fb9aa85bab325a557193eeefc7bf8cb804f62fc016fcb528129"
14+
sha256 "f7037d9bca7209388f1320d649e8b470dab464a3c39e2282d2dc6eeb4ca61c87"
1515
elsif OS.linux? && Hardware::CPU.intel?
1616
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
17-
sha256 "ba921459e741f20a5c979e4439bece9e76554c86e6687263806aad7caa3a629d"
17+
sha256 "e7c866bb84d5fb0ce817f1e2acbdf596164e718f629c338a7d8e716835699473"
1818
else
1919
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
20-
sha256 "5a266d7e3124c3d034ffb0a1b8e94e4cd3144b1b98aea8c68715d48bdac3eb09"
20+
sha256 "bf37c7f8d42b3a808fdf944a599ee6d640198e99796a0bc284f077f7c0062ef0"
2121
depends_on "openjdk@21"
2222
end
2323

0 commit comments

Comments
 (0)