11class WasmMicroRuntime < Formula
22 desc "WebAssembly Micro Runtime (WAMR)"
33 homepage "https://github.com/bytecodealliance/wasm-micro-runtime"
4- url "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.4.3 .tar.gz"
5- sha256 "4ac27e697a3e64959756624d68ec18ce5fc54a2d3f31f1b3f702be6fcd48a7d8 "
4+ url "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.4.4 .tar.gz"
5+ sha256 "03ad51037f06235577b765ee042a462326d8919300107af4546719c35525b298 "
66 license "Apache-2.0" => { with : "LLVM-exception" }
77 head "https://github.com/bytecodealliance/wasm-micro-runtime.git" , branch : "main"
88
@@ -15,12 +15,12 @@ class WasmMicroRuntime < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_tahoe : "813abc6b66e97f8b07b4513831a6f2ce0d649d9cafb2a34bf6b68f1eb0117a42 "
19- sha256 cellar : :any_skip_relocation , arm64_sequoia : "3f24a396d0a48d07d77f7afcc570b8da6ab9a3b69baaec5efe0ea929b0cdb061 "
20- sha256 cellar : :any_skip_relocation , arm64_sonoma : "20a4dca96df6eeff3a08822169839c9b62043b4a7216236424cdaa8dbfe30d45 "
21- sha256 cellar : :any_skip_relocation , sonoma : "3a30eb9519310b933486e2b03f0f5733eca3d865061e51e522d5fc44c60f32f2 "
22- sha256 cellar : :any_skip_relocation , arm64_linux : "dd0735a1ef01e09504202bd529143fc37945512de0a87a736bf90dc17769952a "
23- sha256 cellar : :any_skip_relocation , x86_64_linux : "10d759a5ac9d54f7b5975357e647aad6f04967a0e6260b077bb12c9c0e0146ca "
18+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "cb1fb11460b0ba366b42a53826db2f0dc32c572650a5658f741696f76a0af5aa "
19+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "4ca95524c2802e0fa4abc778ae0a597688ff236d4a250c23fe60325899e37341 "
20+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "887b91d48d7b797b7b8fed98196dfa5c3bed74193195143df8df7c5f8255e0d8 "
21+ sha256 cellar : :any_skip_relocation , sonoma : "1f916c8ea659a2ea61fa5e5058475823a22002ee0b282cf45c49861428b95e88 "
22+ sha256 cellar : :any_skip_relocation , arm64_linux : "c465af087d23419ecdf9895fe47703c6dcff7a9707c923ee6d8330d9f135ee3f "
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "50a35bc9d1fd6da9029443fd5120883f0deee39044e87bbb755f109c5197c374 "
2424 end
2525
2626 depends_on "cmake" => :build
0 commit comments