From ee52ce2fbce869cb1815d9dc3b2a652e2800fc24 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Sat, 21 Nov 2015 12:02:33 -0800 Subject: [PATCH] Update Dart SDK to latest stable version --- tools/dart/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dart/update.py b/tools/dart/update.py index f6790fc62..a86d387f0 100755 --- a/tools/dart/update.py +++ b/tools/dart/update.py @@ -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'