diff options
Diffstat (limited to 'Library')
| -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 6176a7a0e..f47fae798 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 'https://storage.googleapis.com/gwt-releases/gwt-2.6.1.zip' - sha1 '8ebc808e9ca6ef7e8f6460c8c0840423c192b3c5' + url 'https://storage.googleapis.com/gwt-releases/gwt-2.7.0.zip' + sha1 '2688f2ed80a36ba0e6170a4ef656581d811f330f' def install rm Dir['*.cmd'] # remove Windows cmd files |
