Skip to content

Commit

Permalink
Brew formula update for starport version v0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Oct 29, 2021
1 parent 41d956e commit fb47472
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.1"
version "0.18.2"

on_macos do
if Hardware::CPU.intel?
url "https://github.com/tendermint/starport/releases/download/v0.18.1/starport_0.18.1_darwin_amd64.tar.gz"
sha256 "bc7d719da4ac4a5ad13a2cd886c939c20b6bc9c7e11a4f6106de7e5e0b06f98e"
url "https://github.com/tendermint/starport/releases/download/v0.18.2/starport_0.18.2_darwin_amd64.tar.gz"
sha256 "b4ef9845057c513b2bbcd6ac65342ab719e0e5e7de181e12ef20c5c7a3da356b"

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.1/starport_0.18.1_linux_amd64.tar.gz"
sha256 "a450c002c23770f75b47bad35a7bc40b7e78945dd331e0cb729d5138a1e34704"
url "https://github.com/tendermint/starport/releases/download/v0.18.2/starport_0.18.2_linux_amd64.tar.gz"
sha256 "b0c60d71c1e1ca62dd2ba301fb6da202d920e5b134add2c6ffde5754fc2b7e93"

def install
bin.install "starport"
Expand Down

0 comments on commit fb47472

Please sign in to comment.