diff options
Diffstat (limited to 'Library/Formula')
| -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 f2967bad0..b870af9e0 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.3.tar.bz2' + url 'http://download.osgeo.org/geos/geos-3.3.4.tar.bz2' homepage 'http://trac.osgeo.org/geos/' - sha1 '2ecd23c38d74e5f04757dc528ec30858006fb6a7' + sha1 '2ec4be729c851460daf89d0d2ab785be5ef4c5c5' def install # fixes compile error: missing symbols being optimized out using llvm. |
