ib: add 0.7.1 bottle.
This commit is contained in:
parent
6def13d690
commit
a7c3a6e625
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ class Ib < Formula
|
|||
homepage "https://github.com/JasonL9000/ib"
|
||||
url "https://github.com/JasonL9000/ib/archive/0.7.1.tar.gz"
|
||||
sha256 "a5295f76ed887291b6bf09b6ad6e3832a39e28d17c13566889d5fcae8708d2ec"
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "7f58efad0d2261f73025fddedbad2d99762660bd4f1786795a79f1422d6ef1b6" => :sierra
|
||||
sha256 "7f58efad0d2261f73025fddedbad2d99762660bd4f1786795a79f1422d6ef1b6" => :el_capitan
|
||||
sha256 "7f58efad0d2261f73025fddedbad2d99762660bd4f1786795a79f1422d6ef1b6" => :yosemite
|
||||
end
|
||||
|
||||
depends_on :python
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue