Skip to content

Commit 17615ce

Browse files
Update riddlc to 1.17.0 with multi-platform native binaries
1 parent 177d012 commit 17615ce

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.18.0"
9+
version "1.17.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 "4e1c7c3e5a9335ec67c0f93ed1742589502488bfb5ef42eb61a602fa4fe9b207"
14+
sha256 "3b977bc120cc91eef4cea0a3d033d864a73336641cacb9e5f5662683252f35d7"
1515
elsif OS.linux? && Hardware::CPU.intel?
1616
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
17-
sha256 "9457e3b5da49bea18af29c682e021719152b09df9d574fd6838ed4a8e57f7b52"
17+
sha256 "d567ede4c03eb7988cc97e41b7eef020016540560769977845ef21aa32d78570"
1818
else
1919
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
20-
sha256 "486d639991297d5f4c30b9b3f24a28664d5f6a0a7f1384d8c679264877ef6e53"
20+
sha256 "fdf493cbd29217c87d0bcc7f31effa5509359e732c5a498f84615e1085b06b1c"
2121
depends_on "openjdk@21"
2222
end
2323

0 commit comments

Comments
 (0)