Skip to content

Commit

Permalink
build: new homebrew formula for v0.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed May 31, 2024
1 parent aa8acb6 commit c12af14
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.21.2/subwasm_macos_v0.21.2.tar.gz"
sha256 "8560eacdfb9b446958704ca010986f38a39fd71942a141284faed9ac64e49974"
version "0.21.2"
url "https://github.com/chevdor/subwasm/releases/download/v0.21.3/subwasm_macos_v0.21.3.tar.gz"
sha256 "c39065fccc8b20270232e3b12dc298e7dca1b129545a02e9188f9a1535041d3f"
version "0.21.3"

def install
bin.install "subwasm"
Expand Down

0 comments on commit c12af14

Please sign in to comment.