diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gwt.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gwt.rb b/Library/Formula/gwt.rb index de925f619..666267c53 100644 --- a/Library/Formula/gwt.rb +++ b/Library/Formula/gwt.rb @@ -2,8 +2,8 @@ require 'formula' class Gwt < Formula homepage 'https://developers.google.com/web-toolkit/' - url 'http://google-web-toolkit.googlecode.com/files/gwt-2.5.0.zip' - sha1 '59f04f2002a26451d83f8c82044c14d076059ee3' + url 'http://google-web-toolkit.googlecode.com/files/gwt-2.5.1.zip' + sha1 'd5f755b0a45fab577328a5ef6b96aa39b64cdb65' def install rm Dir['*.cmd'] # remove Windows cmd files |
