Skip to content

Commit d512687

Browse files
Update riddlc to 1.15.6 with multi-platform native binaries
1 parent dcdb3c9 commit d512687

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.15.5"
9+
version "1.15.6"
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 "354aceac7498e7115df42fec7f87df0a3e507c1d84ab4705ccc04f0299d51562"
14+
sha256 "3458b0fe27bec3f87986c26c1ac69f80f30f257dffbb0a6ad13b972a54ff1588"
1515
elsif OS.linux? && Hardware::CPU.intel?
1616
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
17-
sha256 "15fff190e37750cdbc0784e09954a319af254ba688cc5206938c51e4be7ef0ee"
17+
sha256 "fe1324ce6256fdfb4370d646f1285b807fea275a261c9857e02a313797618aec"
1818
else
1919
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
20-
sha256 "ffeb92c958113dbeb9e436e837dd29b865e9e41cbb6ed08796bb3b40f7a6f2df"
20+
sha256 "5b22af698b2cd308ccea0243457c1ae416e9997af45f714ce3556c4fafe1fa32"
2121
depends_on "openjdk@21"
2222
end
2323

0 commit comments

Comments
 (0)