Skip to content

Commit

Permalink
Brew formula update for starport version v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Aug 17, 2021
1 parent ea2860b commit f12baed
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,20 +5,20 @@
class Starport < Formula
desc "Friendly CLI tool for developing Cosmos SDK apps."
homepage "https://github.com/tendermint/starport"
version "0.17.1"
version "0.17.2"
bottle :unneeded

on_macos do
if Hardware::CPU.intel?
url "https://github.com/tendermint/starport/releases/download/v0.17.1/starport_0.17.1_darwin_amd64.tar.gz"
sha256 "86b94219ca0d7cf11da0ac12dde9d3f05064966efb3d712e6f00ed10d615946f"
url "https://github.com/tendermint/starport/releases/download/v0.17.2/starport_0.17.2_darwin_amd64.tar.gz"
sha256 "f4f37ab95db969641c04666053381dfb3f3bec3dfa85d2e995cc4613d296957e"
end
end

on_linux do
if Hardware::CPU.intel?
url "https://github.com/tendermint/starport/releases/download/v0.17.1/starport_0.17.1_linux_amd64.tar.gz"
sha256 "3e60dab2c7bc176fa9db8beaa1d832ea5a133009425e5a07eae5f6606f8b3093"
url "https://github.com/tendermint/starport/releases/download/v0.17.2/starport_0.17.2_linux_amd64.tar.gz"
sha256 "f1f9311378a161fe3ce4925c2c3b4f2ef7a95db7672c987e5727187f72a24f08"
end
end

Expand Down

0 comments on commit f12baed

Please sign in to comment.