From 5ec5e9b1290ab6c01ece57eaf4550e588be0dcf9 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 29 Jan 2016 12:11:25 -0800 Subject: [PATCH] Update Dart SDK to 1.14 --- tools/dart/update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/dart/update.py b/tools/dart/update.py index a86d387f0f1..86fecc36934 100755 --- a/tools/dart/update.py +++ b/tools/dart/update.py @@ -17,8 +17,8 @@ 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/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'