diff options
| author | Brett Koonce | 2014-02-11 11:29:41 -0600 | 
|---|---|---|
| committer | Brett Koonce | 2014-02-11 11:37:07 -0600 | 
| commit | 78545acfc8b529c9590a5db66ad1f528a2832acc (patch) | |
| tree | e0ff8ef822a36612396237282d903acc2d0a762a | |
| parent | 01f2e6fdd18c9649f416a579367e9ff8e5ae15db (diff) | |
| download | homebrew-78545acfc8b529c9590a5db66ad1f528a2832acc.tar.bz2 | |
gwt 2.6.0
Closes #26626.
| -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 666267c53..6a17219c2 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.1.zip' -  sha1 'd5f755b0a45fab577328a5ef6b96aa39b64cdb65' +  url 'http://google-web-toolkit.googlecode.com/files/gwt-2.6.0.zip' +  sha1 '36d45c9dffbe59d15c6f6d04657438dc78e343c1'    def install      rm Dir['*.cmd'] # remove Windows cmd files  | 
