diff options
| -rw-r--r-- | Library/Formula/mapserver.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mapserver.rb b/Library/Formula/mapserver.rb index 3da361707..9206b87e7 100644 --- a/Library/Formula/mapserver.rb +++ b/Library/Formula/mapserver.rb @@ -2,8 +2,8 @@ require 'formula' class Mapserver < Formula homepage 'http://mapserver.org/' - url 'http://download.osgeo.org/mapserver/mapserver-6.2.0.tar.gz' - sha1 '3aafa2c8367580bffcac8c53ec41b37cabaa2f82' + url 'http://download.osgeo.org/mapserver/mapserver-6.2.1.tar.gz' + sha1 'bbe4234a4dcc179812c6598f68fe59a3dae63e44' option "with-fastcgi", "Build with fastcgi support" option "with-geos", "Build support for GEOS spatial operations" |
