Skip to content

Commit

Permalink
Fix geoserver 2.3.0 sha hash
Browse files Browse the repository at this point in the history
Fixes bad hash for geoserver 2.3.0

Closes Homebrew/legacy-homebrew#18593.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
Wayne Graham authored and adamv committed Mar 19, 2013
1 parent 7425a23 commit f46d7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/geoserver.rb
Expand Up @@ -3,7 +3,7 @@
class Geoserver < Formula
homepage 'http://geoserver.org/'
url 'http://sourceforge.net/projects/geoserver/files/GeoServer/2.3.0/geoserver-2.3.0-bin.zip'
sha1 'e276d0b90a5fd8a2d2bda26cfac3f2d4bbc6f5a2'
sha1 '3e21c5d39475a5d1e8cfa69d09cf2189166507a5'

def install
libexec.install Dir['*']
Expand Down

0 comments on commit f46d7c7

Please sign in to comment.