gwt 2.6.1
Closes Homebrew/homebrew#31758. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
95b603eee1
commit
b57f80e0cd
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Gwt < Formula
|
class Gwt < Formula
|
||||||
homepage 'https://developers.google.com/web-toolkit/'
|
homepage 'https://developers.google.com/web-toolkit/'
|
||||||
url 'https://google-web-toolkit.googlecode.com/files/gwt-2.6.0.zip'
|
url 'https://storage.googleapis.com/gwt-releases/gwt-2.6.1.zip'
|
||||||
sha1 '36d45c9dffbe59d15c6f6d04657438dc78e343c1'
|
sha1 '8ebc808e9ca6ef7e8f6460c8c0840423c192b3c5'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
rm Dir['*.cmd'] # remove Windows cmd files
|
rm Dir['*.cmd'] # remove Windows cmd files
|
||||||
|
|
Loading…
Reference in a new issue