diff options
| -rw-r--r-- | Library/Formula/geos.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/geos.rb b/Library/Formula/geos.rb index 22fcfc394..d9d107bfd 100644 --- a/Library/Formula/geos.rb +++ b/Library/Formula/geos.rb @@ -1,9 +1,9 @@ require 'formula' class Geos < Formula - url 'http://download.osgeo.org/geos/geos-3.3.1.tar.bz2' + url 'http://download.osgeo.org/geos/geos-3.3.2.tar.bz2' homepage 'http://trac.osgeo.org/geos/' - sha1 '4f89e62c636dbf3e5d7e1bfcd6d9a7bff1bcfa60' + sha1 '942b0bbc61a059bd5269fddd4c0b44a508670cb3' def install # fixes compile error: missing symbols being optimized out using llvm. |
