diff options
| author | BrewTestBot | 2015-01-03 20:03:42 +0000 |
|---|---|---|
| committer | BrewTestBot | 2015-01-03 20:03:42 +0000 |
| commit | c8f86c2db816022ce4ad485e619b1ac7fd43faf3 (patch) | |
| tree | 9408b5bcdc1b879e016f03feb87ec083533b07d5 /Library/Formula | |
| parent | 41d6631eca586d4a0d05347008b780a25636fa6d (diff) | |
| download | homebrew-c8f86c2db816022ce4ad485e619b1ac7fd43faf3.tar.bz2 | |
pgrouting: add 2.0.0 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pgrouting.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pgrouting.rb b/Library/Formula/pgrouting.rb index 317c256a4..b970b959d 100644 --- a/Library/Formula/pgrouting.rb +++ b/Library/Formula/pgrouting.rb @@ -5,6 +5,13 @@ class Pgrouting < Formula url "https://github.com/pgRouting/pgrouting/archive/v2.0.0.tar.gz" sha1 "cd2f60dc49df7bc8c789c8e73ecb9759194fab96" + bottle do + cellar :any + sha1 "5630b70733c8106498e99cd86a7dfb0efad61d99" => :yosemite + sha1 "e534968cb994d3d3cf0315eec1277d5339cc4984" => :mavericks + sha1 "a0f566240642fb80b4b906f58bab8be265521099" => :mountain_lion + end + # work around function name conflict from Postgres # https://github.com/pgRouting/pgrouting/issues/274 patch :DATA |
