diff options
| author | BrewTestBot | 2014-11-11 13:06:11 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-11-11 13:25:49 +0000 | 
| commit | bbf6472c5a4f79d0924ec9425bcd46d2d51a4b31 (patch) | |
| tree | 28a970d530bbf2e963667274e403505e1cef9ae6 | |
| parent | 2fa22969a45dbf169b81f2fab040cbab97128e8e (diff) | |
| download | homebrew-bbf6472c5a4f79d0924ec9425bcd46d2d51a4b31.tar.bz2 | |
geographiclib: update 1.39 bottle.
| -rw-r--r-- | Library/Formula/geographiclib.rb | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/Library/Formula/geographiclib.rb b/Library/Formula/geographiclib.rb index d952517cc..7a2be3cca 100644 --- a/Library/Formula/geographiclib.rb +++ b/Library/Formula/geographiclib.rb @@ -6,10 +6,9 @@ class Geographiclib < Formula    bottle do      cellar :any -    revision 1 -    sha1 "1f091f2ac6bc3dbaeb40ba2cf1052cfb2170e733" => :yosemite -    sha1 "fa1aab22b859ee25bec1e91b868553d57cda76da" => :mavericks -    sha1 "a0c31b8e51e44175a07bc22ba7917621231593cd" => :mountain_lion +    sha1 "6e2170f18e90c7ab765f5a78630d3da9aa1a6770" => :yosemite +    sha1 "0b750f088ea24d9f348d452ace17d146a62b2fc7" => :mavericks +    sha1 "62e3b10e42507475cee8b28376cd94f23ee30ca4" => :mountain_lion    end    depends_on "cmake" => :build | 
