Chromium Code Reviews| Index: tools/dart/update.py |
| diff --git a/tools/dart/update.py b/tools/dart/update.py |
| index b830528e90fa4bd8bc2ff79885ec8a1e4d6aea49..9a325394761c0cf72e4b99e13628b26396f3b631 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.12.0-dev.3.1/sdk/') |
| +SDK_URL_BASE = ('http://gsdview.appspot.com/dart-archive/channels/stable/raw/' |
|
zra
2015/09/03 14:45:29
It looks like sky is on 1.13.0-dev.0.0:
https://g
|
| + '1.12.0/sdk/') |
| LINUX_64_SDK = 'dartsdk-linux-x64-release.zip' |
| MACOS_64_SDK = 'dartsdk-macos-x64-release.zip' |