Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/w/wasm-micro-runtime.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class WasmMicroRuntime < Formula
desc "WebAssembly Micro Runtime (WAMR)"
homepage "https://github.com/bytecodealliance/wasm-micro-runtime"
url "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.4.3.tar.gz"
sha256 "4ac27e697a3e64959756624d68ec18ce5fc54a2d3f31f1b3f702be6fcd48a7d8"
url "https://github.com/bytecodealliance/wasm-micro-runtime/archive/refs/tags/WAMR-2.4.4.tar.gz"
sha256 "03ad51037f06235577b765ee042a462326d8919300107af4546719c35525b298"
license "Apache-2.0" => { with: "LLVM-exception" }
head "https://github.com/bytecodealliance/wasm-micro-runtime.git", branch: "main"

Expand Down
Loading