gpx: add 2.4.3 bottle.
This commit is contained in:
parent
1113d62338
commit
29c84feebe
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Gpx < Formula
|
|||
url "https://github.com/markwal/GPX/archive/2.4.3.tar.gz"
|
||||
sha256 "e2d67fd11b63b7ec30b122a4c4af6910305911dc3632ce18d213196be848993c"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
sha256 "daa0f72890ce52877941637f2ec33d8bf05f948c06babb214a8d778817a8fae9" => :el_capitan
|
||||
sha256 "f00fccb4ee486da781bb63c415167df55d50768e4989ae77ab0a296e5bdfc7f9" => :yosemite
|
||||
sha256 "8328513137d9c3328f0d447d2ea664eca67311c4cda37a9c3bcf4107d48728f8" => :mavericks
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
|
|
Loading…
Reference in a new issue