diff options
| author | Charlie Sharpsteen | 2012-12-05 13:12:18 -0800 |
|---|---|---|
| committer | Charlie Sharpsteen | 2012-12-05 23:55:30 -0800 |
| commit | 40591d944328b6561bf87f52375e4921faf71035 (patch) | |
| tree | d4943f368206f79fc45853470cf9e9ba3780e623 /Library | |
| parent | 201d4e804361fb35efda61df88e74888adcc2a10 (diff) | |
| download | homebrew-40591d944328b6561bf87f52375e4921faf71035.tar.bz2 | |
postgis: Update to 2.0.2
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/postgis.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb index 594d000ab..ec0182c1f 100644 --- a/Library/Formula/postgis.rb +++ b/Library/Formula/postgis.rb @@ -6,8 +6,8 @@ end class Postgis < Formula homepage 'http://postgis.refractions.net' - url 'http://postgis.org/download/postgis-2.0.1.tar.gz' - sha1 '31db797a835f14470f9e1183fe8fd2ba7b99aadf' + url 'http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz' + sha1 'a3fe6c4ea4c50dc3f586e804c863ba5eff23bf06' head 'http://svn.osgeo.org/postgis/trunk/' |
