Skip to content

Commit 74ef85c

Browse files
Update riddlc to 1.19.0 with multi-platform native binaries
1 parent 17615ce commit 74ef85c

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

0 commit comments

Comments
 (0)