Update Dart SDK to latest stable version

This commit is contained in:
Adam Barth
2015-11-21 12:02:33 -08:00
parent 62c1208f76
commit ee52ce2fbc
+1 -1
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.13.0-dev.7.4/sdk/')
'1.13.0/sdk/')
LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'