Skip to content

Commit 7c54b94

Browse files
Update riddlc to 1.13.4 with multi-platform native binaries
1 parent 163670e commit 7c54b94

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.13.3"
9+
version "1.13.4"
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 "da2e222e7440207f3b68092c6c62bd25a66067d87ceb2eb1d71d2479eecf4357"
14+
sha256 "9837225b64e142869e46021c2d06d15b4da5ba335bb2a1895a73eaa9c16b619b"
1515
elsif OS.linux? && Hardware::CPU.intel?
1616
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
17-
sha256 "25a5853d440c0d8dd29351c4987c24cee4f29027ecd037aa6bfe541535e52c47"
17+
sha256 "aee3448e337ccb9a7065909d9ddda2c2c26fcbd9bed321ed2ccb71a1b9d90eba"
1818
else
1919
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
20-
sha256 "232441edb18e6a76a26f0ccb9c7f1a6ea42e0aeff31786e7d0937ab7b281daaa"
20+
sha256 "5b1822192933bdc6e8219c70d42f81c838298f63b4864496112883c8eb5a14bf"
2121
depends_on "openjdk@21"
2222
end
2323

0 commit comments

Comments
 (0)