Skip to content

Commit

Permalink
build: new homebrew formula for v1.0.0-alpha9
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Jun 9, 2023
1 parent 948eb1a commit f601a37
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.19.1/subwasm_macos_v0.19.1.tar.gz"
sha256 "a23ce6b27f59f63dc6ae417f3a99f5ee788648e66a647dad94b3fe5f3ef760d8"
version "0.19.1"
url "https://github.com/chevdor/subwasm/releases/download/v1.0.0-alpha9/subwasm_macos_v1.0.0-alpha9.tar.gz"
sha256 "dba2a8ee8efd85a576a1d4e9764608458bdb6a21a42f1406d025fcbcaf381449"
version "1.0.0-alpha9"

def install
bin.install "subwasm"
Expand Down

0 comments on commit f601a37

Please sign in to comment.