diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/geoserver.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/geoserver.rb b/Library/Formula/geoserver.rb index 7eeff3976..af5c7b913 100644 --- a/Library/Formula/geoserver.rb +++ b/Library/Formula/geoserver.rb @@ -2,8 +2,8 @@ require 'formula' class Geoserver < Formula homepage 'http://geoserver.org/' - url 'https://downloads.sourceforge.net/project/geoserver/GeoServer/2.6.1/geoserver-2.6.1-bin.zip' - sha1 'c9673fcf659671854eda64cfaacf6f4d1218dc42' + url 'https://downloads.sourceforge.net/project/geoserver/GeoServer/2.6.2/geoserver-2.6.2-bin.zip' + sha1 '16b2dd0a8471a2af420d6999906d21ccd9384812' def install libexec.install Dir['*'] |
