aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pgrouting.rb
diff options
context:
space:
mode:
authorThomas Cioppettini2013-10-01 01:50:32 -0400
committerAdam Vandenberg2013-10-04 08:03:09 -0700
commit1bf63f39939d1344a56f64507411f90b68baf440 (patch)
treef5271d4fd4b3f50d2f146a6c50f67c5663e25d40 /Library/Formula/pgrouting.rb
parent509c2f7803b9c65cd876cd4263cdc0b159354d54 (diff)
downloadhomebrew-1bf63f39939d1344a56f64507411f90b68baf440.tar.bz2
pgrouting 2.0.0
Closes #22959. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pgrouting.rb')
-rw-r--r--Library/Formula/pgrouting.rb5
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'