Skip to content

Commit 0f8fecf

Browse files
committed
wasm-tools 1.223.0
1 parent 598730e commit 0f8fecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/w/wasm-tools.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class WasmTools < Formula
22
desc "Low level tooling for WebAssembly in Rust"
33
homepage "https://github.com/bytecodealliance/wasm-tools"
4-
url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.222.0.tar.gz"
5-
sha256 "50681e7e6d8822ce31cd741e9369011ef771f81a7151a02777c9558df47712c9"
4+
url "https://github.com/bytecodealliance/wasm-tools/archive/refs/tags/v1.223.0.tar.gz"
5+
sha256 "bded9fb68df0fa14f80a37609c272c20a9f35b20c897b9900305ccaa3f93d6d2"
66
license "Apache-2.0" => { with: "LLVM-exception" }
77
head "https://github.com/bytecodealliance/wasm-tools.git", branch: "main"
88

0 commit comments

Comments
 (0)