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-component-ld.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class WasmComponentLd < Formula
desc "Linker for creating WebAssembly components"
homepage "https://wasi.dev"
url "https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v0.5.20.tar.gz"
sha256 "1cae6e3e2dde201fa29aa7c1afae65c3955894a7a3ed9093d911464661146e08"
url "https://github.com/bytecodealliance/wasm-component-ld/archive/refs/tags/v0.5.21.tar.gz"
sha256 "b87d9ad8bfee2676b000c2ec37e4e4129c28188f578cd03f2bf11651371c0812"
license "Apache-2.0"
head "https://github.com/bytecodealliance/wasm-component-ld.git", branch: "main"

Expand Down
Loading