Skip to content

Commit

Permalink
Merge pull request #972 from autotest/update-gwt
Browse files Browse the repository at this point in the history
utils.external_packages: Update GWT to 2.7.0
  • Loading branch information
lmr committed Sep 9, 2015
2 parents d88f6a7 + f5ba08d commit c120df5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/external_packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,10 +683,10 @@ class GwtPackage(ExternalPackage):

"""Fetch and extract a local copy of GWT used to build the frontend."""

version = '2.5.1'
version = '2.7.0'
local_filename = 'gwt-%s.zip' % version
urls = ('http://google-web-toolkit.googlecode.com/files/' + local_filename,)
hex_sum = 'd5f755b0a45fab577328a5ef6b96aa39b64cdb65'
urls = ('http://goo.gl/t7FQSn',)
hex_sum = '2688f2ed80a36ba0e6170a4ef656581d811f330f'
name = 'gwt'
about_filename = 'about.txt'
module_name = None # Not a Python module.
Expand Down

0 comments on commit c120df5

Please sign in to comment.