aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgis.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-03-14 12:18:21 -0700
committerCharlie Sharpsteen2012-03-14 12:18:21 -0700
commite21e2ac10e715b066f2a8a5d7fb43ed23d839ef5 (patch)
treecb68de52a85b073a66a55e71bdd23cf8174e57d2 /Library/Formula/postgis.rb
parent703167e93a2a0ab9469c557ec7e8a049aa69b97e (diff)
downloadhomebrew-e21e2ac10e715b066f2a8a5d7fb43ed23d839ef5.tar.bz2
PostGIS: Update --devel to 2.0beta3
Diffstat (limited to 'Library/Formula/postgis.rb')
-rw-r--r--Library/Formula/postgis.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index 2669a3b7d..d67c55864 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.0beta2.tar.gz'
- md5 '9ce4c4983d1a5b2a0f4db600b6269381'
- version '2.0.0beta2'
+ url 'http://postgis.org/download/postgis-2.0.0beta3.tar.gz'
+ md5 'a6335ff05c6527380147cdef99dd192a'
+ version '2.0.0beta3'
end
depends_on 'postgresql'