Skip to content

Commit

Permalink
Brew formula update for starport version v0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Jan 19, 2022
1 parent cd5f1e7 commit 9522474
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.19.2-alpha"
version "0.19.2"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/tendermint/starport/releases/download/v0.19.2-alpha/starport_0.19.2-alpha_darwin_amd64.tar.gz"
sha256 "7fa2b5289a1e7188e7079d762327268f20b6187d1ad1482da9acac03b7e8a3ea"
url "https://github.com/tendermint/starport/releases/download/v0.19.2/starport_0.19.2_darwin_amd64.tar.gz"
sha256 "7156ffbb316dcbe1808aac3fd4b1771e6c6197a68f8f92e1d8a96ae54393f7c0"

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.19.2-alpha/starport_0.19.2-alpha_linux_amd64.tar.gz"
sha256 "b3faf34c9c4dccb4f2f01c716fefd789cb8b8d14cfebd685d28a2c359202512b"
url "https://github.com/tendermint/starport/releases/download/v0.19.2/starport_0.19.2_linux_amd64.tar.gz"
sha256 "619d3eee0ff4fe40e0b47b0579fe81418809b82f3907cf7b4dc73064e52afe42"

def install
bin.install "starport"
Expand Down

0 comments on commit 9522474

Please sign in to comment.