From 49aea4653521e23e9a3323121cf50c7e273fb5af Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Fri, 21 Aug 2015 12:21:37 -0700 Subject: [PATCH] Update Dart SDK --- engine/src/flutter/tools/dart/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/src/flutter/tools/dart/update.py b/engine/src/flutter/tools/dart/update.py index b830528e90..199950deda 100755 --- a/engine/src/flutter/tools/dart/update.py +++ b/engine/src/flutter/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.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'