Skip to content

Commit

Permalink
Update starport.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Aug 21, 2020
1 parent 0decd00 commit 4ae3e7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions starport.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ class Starport < Formula
bottle :unneeded

if OS.mac?
url "https://github.com/tendermint/starport/releases/download/0.0.10-rc.3/starport_0.0.10-rc.3_darwin_amd64.tar.gz"
url "https://github.com/tendermint/starport/releases/download/v0.0.10-rc.3/starport_0.0.10-rc.3_darwin_amd64.tar.gz"
sha256 "085bcc12f26bc3b385f15f106feaee947e03c60f944518a1a3823eaf6cac28f3"
elsif OS.linux?
if Hardware::CPU.intel?
url "https://github.com/tendermint/starport/releases/download/0.0.10-rc.3/starport_0.0.10-rc.3_linux_amd64.tar.gz"
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"
end
end
Expand Down

0 comments on commit 4ae3e7a

Please sign in to comment.