diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pgrouting.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/pgrouting.rb b/Library/Formula/pgrouting.rb index de86558ce..a58e272c7 100644 --- a/Library/Formula/pgrouting.rb +++ b/Library/Formula/pgrouting.rb @@ -2,9 +2,8 @@ require 'formula' class Pgrouting < Formula homepage 'http://www.pgrouting.org' - url "https://github.com/pgRouting/pgrouting/archive/v2.0.0-rc1.tar.gz" - version "2.0.0-rc1" - sha1 "481077067c754a92f82dabaeaa2a9140881bda25" + url "https://github.com/pgRouting/pgrouting/archive/v2.0.0.tar.gz" + sha1 "cd2f60dc49df7bc8c789c8e73ecb9759194fab96" depends_on 'cmake' => :build depends_on 'boost' |
