cointop: add 1.0.5 bottle.
This commit is contained in:
parent
a91403939f
commit
e49737e397
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Cointop < Formula
|
|||
url "https://github.com/miguelmota/cointop/archive/1.0.5.tar.gz"
|
||||
sha256 "2c780c3fe7fa7dd0d51ad0f0d1b1b7b7ee3f8365b9605ab73f21557e72077d78"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "665b0e10d72ad4b839865e1cb1a49cbf9b5a0df2a630957967b6542b884b5d4d" => :high_sierra
|
||||
sha256 "2f3ad7d0d3354630ab90c5241092af452e62f5c2a3ec9ccad6c03cf3e99dc232" => :sierra
|
||||
sha256 "c33295abaa7b47984059617f8490f92b06158744f16176aed1b3987a9791b164" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "go" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue