diff options
| author | Charlie Sharpsteen | 2012-03-26 13:05:15 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-03-26 13:05:15 -0700 |
| commit | 644fe9ae606c25ed30ebe484379a79f9a8150017 (patch) | |
| tree | 0a9c71457c042f1d63cc092e7947752a693a539b /Library/Formula | |
| parent | 8eafbaec3c92973441e217d0d1b8c29824cb2d27 (diff) | |
| download | homebrew-644fe9ae606c25ed30ebe484379a79f9a8150017.tar.bz2 | |
PostGIS: Update --devel to 2.0beta4
`legacy_compatibility_layer.sql` is now known as `legacy_minimal.sql`.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/postgis.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb index d67c55864..f5a54d21a 100644 --- a/Library/Formula/postgis.rb +++ b/Library/Formula/postgis.rb @@ -12,9 +12,9 @@ class Postgis < Formula head 'http://svn.osgeo.org/postgis/trunk/', :using => :svn devel do - url 'http://postgis.org/download/postgis-2.0.0beta3.tar.gz' - md5 'a6335ff05c6527380147cdef99dd192a' - version '2.0.0beta3' + url 'http://postgis.org/download/postgis-2.0.0beta4.tar.gz' + md5 'bcf5215d55b2002c752d68c1d1319077' + version '2.0.0beta4' end depends_on 'postgresql' @@ -116,7 +116,7 @@ class Postgis < Formula # Install PostGIS 2.0 SQL scripts postgis_sql.install %w[ postgis/legacy.sql - postgis/legacy_compatibility_layer.sql + postgis/legacy_minimal.sql postgis/uninstall_legacy.sql postgis/postgis_upgrade_20_minor.sql ] |
