Skip to content

Commit

Permalink
Brew formula update for starport version v0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Nov 12, 2021
1 parent d8e2c99 commit 504b1f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions starport.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
class Starport < Formula
desc "Friendly CLI tool for developing Cosmos SDK apps."
homepage "https://github.com/tendermint/starport"
version "0.18.3"
version "0.18.4"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/tendermint/starport/releases/download/v0.18.3/starport_0.18.3_darwin_amd64.tar.gz"
sha256 "fd7764476755d2bd0dc91fa5fa1b931ca91bc51ecd387b35c03a44df4f1ec0c7"
url "https://github.com/tendermint/starport/releases/download/v0.18.4/starport_0.18.4_darwin_amd64.tar.gz"
sha256 "0512d3e95ee8c4260f0769c807a43e9eafb864fc0f419c1014c7f72ff55fe73d"

def install
bin.install "starport"
Expand All @@ -20,8 +20,8 @@ def install

on_linux do
if Hardware::CPU.intel?
url "https://github.com/tendermint/starport/releases/download/v0.18.3/starport_0.18.3_linux_amd64.tar.gz"
sha256 "4ef21f80b8af077536954b55b4a08215363820ebbf2afa08b1341abb6841102a"
url "https://github.com/tendermint/starport/releases/download/v0.18.4/starport_0.18.4_linux_amd64.tar.gz"
sha256 "9f82d3ff41318dbf05485e5abceea621b6909373fbb09e2079b5ec943821252f"

def install
bin.install "starport"
Expand Down

0 comments on commit 504b1f8

Please sign in to comment.