| Index: tools/dart/update.py
|
| diff --git a/tools/dart/update.py b/tools/dart/update.py
|
| index e2c8ed6755098d1f7c20491bf9d8a0664ec13263..946ac774e8fa72f5b0814e8befa13a3470274476 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 = ('https://gsdview.appspot.com/dart-archive/channels/dev/raw/'
|
| - '1.17.0-dev.2.0/sdk/')
|
| + '1.17.0-dev.4.1/sdk/')
|
|
|
| LINUX_64_SDK = 'dartsdk-linux-x64-release.zip'
|
| MACOS_64_SDK = 'dartsdk-macos-x64-release.zip'
|
|
|