aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgis.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-02-25 10:38:41 -0700
committerCharlie Sharpsteen2012-02-25 10:40:03 -0700
commit34215a613dd6b90315c4649ad9f5fd18288330e4 (patch)
tree15756f573f8db534f1f91cfb6beef17dee92ef5d /Library/Formula/postgis.rb
parent17a68dd45f85dfbd9469c6d117ec95cace99978c (diff)
downloadhomebrew-34215a613dd6b90315c4649ad9f5fd18288330e4.tar.bz2
PostGIS: Update --devel to 2.0.0alpha6
Diffstat (limited to 'Library/Formula/postgis.rb')
-rw-r--r--Library/Formula/postgis.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index 2f40299e6..1e8a545e4 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.0alpha5.tar.gz'
- md5 'd47923c07b590571d9b9af6cd7c07813'
- version '2.0.0alpha5'
+ url 'http://postgis.org/download/postgis-2.0.0alpha6.tar.gz'
+ md5 '1895d14c26c2458004d9b4f77931958c'
+ version '2.0.0alpha6'
end
depends_on 'postgresql'
@@ -31,6 +31,7 @@ class Postgis < Formula
def options
[
+ ['--devel', 'Build unstable snapshots of PostGIS 2.0'],
['--with-gui', 'Build shp2pgsql-gui in addition to command line tools']
]
end