Update Dart SDK

This commit is contained in:
Adam Barth 2015-08-21 12:21:37 -07:00
parent 5980e865c2
commit f0803677e7

View File

@ -18,7 +18,7 @@ import sys
# 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.12.0-dev.3.1/sdk/')
'1.12.0-dev.5.8/sdk/')
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'