pgrouting 2.0.0

Closes Homebrew/homebrew#22959.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Thomas Cioppettini 2013-10-01 01:50:32 -04:00 committed by Adam Vandenberg
parent 6b17415a1f
commit 0da851c24f
1 changed files with 2 additions and 3 deletions

View File

@ -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'