Skip to content

Commit

Permalink
Brew formula update for starport version v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
goreleaserbot committed Aug 31, 2020
1 parent b8252b5 commit 607c15b
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 @@ -2,16 +2,16 @@
class Starport < Formula
desc "CLI tool for developing Cosmos SDK apps."
homepage "https://github.com/tendermint/starport"
version "0.0.10-rc.3"
version "0.0.10"
bottle :unneeded

if OS.mac?
url "https://github.com/tendermint/starport/releases/download/v0.0.10-rc.3/starport_0.0.10-rc.3_darwin_amd64.tar.gz"
sha256 "df22c61e72ed6869609163f355c16a0e53a9babd80ee27b931afd2494a99d0d4"
url "https://github.com/tendermint/starport/releases/download/v0.0.10/starport_0.0.10_darwin_amd64.tar.gz"
sha256 "4e0d86feb213c5e3953eb0681947b3808213b20c1c07e122790218786819384d"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/tendermint/starport/releases/download/v0.0.10-rc.3/starport_0.0.10-rc.3_linux_amd64.tar.gz"
sha256 "dfed8de3d12c74afc910ef55753f2b901f71dc9b018c68b35187ebbd6b272583"
url "https://github.com/tendermint/starport/releases/download/v0.0.10/starport_0.0.10_linux_amd64.tar.gz"
sha256 "b69781d508f77f803da1bf5e5934abd927c8f8f0cf2782c8d569920c063bd176"
end
end

Expand Down

0 comments on commit 607c15b

Please sign in to comment.