Skip to content

Commit dcdb3c9

Browse files
Update riddlc to 1.15.5 with multi-platform native binaries
1 parent 86bb1c4 commit dcdb3c9

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

0 commit comments

Comments
 (0)