Skip to content

Commit b978376

Browse files
Update riddlc to 1.23.1 with multi-platform native binaries
1 parent 4c70158 commit b978376

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,22 +6,22 @@
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.23.0"
9+
version "1.23.1"
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 "cf276a2079ac6728a2b29d5ed149c4bc8ab788825a12194d6744e4e73d726cd3"
14+
sha256 "f0ba1efe78e82db746871bc594f42ff6eea039f13904b8b56f4c664087c2daef"
1515
depends_on "libidn2"
1616
depends_on "openssl@3"
1717
elsif OS.linux? && Hardware::CPU.intel?
1818
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc-linux-x86_64.zip"
19-
sha256 "6c214dd03249259f8dea5f0842dd739c01842c5fe72d23d821ea0f30c9f260a4"
19+
sha256 "f6c38d1641eda77f36f506aab744fc0e9f27c14f0f89b0cc070420d95a276d7e"
2020
depends_on "libidn2"
2121
depends_on "openssl@3"
2222
else
2323
url "https://github.com/ossuminc/riddl/releases/download/#{version}/riddlc.zip"
24-
sha256 "a50cf29e2579ed08ba1f90ce498fe615ee821eb8d3f111a5556e9553d66f0da8"
24+
sha256 "72020ef47f74de5935c0748d8ac2d382e930ae746ee4423e976873e7a948ad9d"
2525
depends_on "openjdk@21"
2626
end
2727

0 commit comments

Comments
 (0)