Skip to content

Commit

Permalink
build: new homebrew formula for v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 21, 2024
1 parent dec7b3e commit b34a15a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/subwasm.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Subwasm < Formula
desc "A command line utility written in Rust download, inspect and compare Substrate based chains WASM Runtimes"
homepage "https://github.com/chevdor/subwasm"
url "https://github.com/chevdor/subwasm/releases/download/v0.20.0/subwasm_macos_v0.20.0.tar.gz"
sha256 "481404fd91398e8d23b7946b940a61c9b5e79fcb788cb17d4c91550a22ae874b"
version "0.20.0"
url "https://github.com/chevdor/subwasm/releases/download/v0.21.0/subwasm_macos_v0.21.0.tar.gz"
sha256 "1c844208e04a3fed4089c9d9cf35b43c74ac8a875644a651aa7be811816633a4"
version "0.21.0"

def install
bin.install "subwasm"
Expand Down

0 comments on commit b34a15a

Please sign in to comment.