Skip to content

Commit

Permalink
Update Dart SDK to 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
abarth committed Jan 29, 2016
1 parent 340c6e7 commit 5ec5e9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/dart/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

# How to roll the dart sdk: Just change this url! We write this to the stamp
# file after we download, and then check the stamp file for differences.
SDK_URL_BASE = ('http://gsdview.appspot.com/dart-archive/channels/dev/raw/'
'1.13.0/sdk/')
SDK_URL_BASE = ('http://gsdview.appspot.com/dart-archive/channels/stable/raw/'
'1.14.0/sdk/')

LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'
Expand Down

0 comments on commit 5ec5e9b

Please sign in to comment.