Skip to content

Commit 137c7a1

Browse files
Update riddlc to 1.20.0 with multi-platform native binaries
1 parent 74ef85c commit 137c7a1

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.19.0"
9+
version "1.20.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 "8b69f6265120dfcdbf16d4067e5d2f1c2dabe61bb0f2d2fd6e30181ee4530078"
14+
sha256 "f0c6e4e4e34244ccb551518d3e92ccc71f2827907c1c4321a95f1df09bd2815e"
1515
elsif OS.linux? && Hardware::CPU.intel?
1616
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
17-
sha256 "146efb5efa68baf6d316fe9bafb4d45e62a183105b85b565565c9de2bfae21b6"
17+
sha256 "735d89a471abd105e89138f405f77d2d4eb51e4753aa0471b61dfd41e43d4f24"
1818
else
1919
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
20-
sha256 "8eb07c0a2dc76f61424f5251ab29d2c5430adf25b8cce53c55650398505ebb62"
20+
sha256 "082cb322d640249dcc00a17f1cd0e2f4b6998422f9da06e441f7e8263e12069f"
2121
depends_on "openjdk@21"
2222
end
2323

0 commit comments

Comments
 (0)