Skip to content

Commit 163670e

Browse files
Update riddlc to 1.13.3 with multi-platform native binaries
1 parent cdbb016 commit 163670e

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

0 commit comments

Comments
 (0)