Rollback third_party/dart-sdk to 1.13.0

This commit is contained in:
Jason Simmons 2016-01-29 14:43:17 -08:00
parent 27c0fd5a44
commit 7bed50e0b7

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/stable/raw/'
'1.14.0/sdk/')
'1.13.0/sdk/')
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'