Skip to content

Commit bb4a006

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

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Formula/riddlc.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ class Riddlc < Formula
1111

1212
if OS.mac? && Hardware::CPU.arm?
1313
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-macos-arm64.zip"
14-
sha256 "f0c6e4e4e34244ccb551518d3e92ccc71f2827907c1c4321a95f1df09bd2815e"
14+
sha256 "e04c447545a9ec9ea837270e6a8ae461a679754a91ef7f93b9ffb236063672a9"
1515
elsif OS.linux? && Hardware::CPU.intel?
1616
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
17-
sha256 "735d89a471abd105e89138f405f77d2d4eb51e4753aa0471b61dfd41e43d4f24"
17+
sha256 "df03a91e1b5a02187d7fc16419ea2db93e56c5a627b9d68eb2fb5fd3adef68ca"
1818
else
1919
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
20-
sha256 "082cb322d640249dcc00a17f1cd0e2f4b6998422f9da06e441f7e8263e12069f"
20+
sha256 "bddd8336cf3e6e7175cffcf6796952ac2b1d8f342000026725df3f3a120712ca"
2121
depends_on "openjdk@21"
2222
end
2323

0 commit comments

Comments
 (0)