From c5758650a467cf072507ef2d43f48fb95eac1782 Mon Sep 17 00:00:00 2001 From: Ilya Grigorik Date: Wed, 30 May 2012 17:26:43 -0700 Subject: [PATCH] use latest dart build --- bin/compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 09089cb..6965a6b 100755 --- a/bin/compile +++ b/bin/compile @@ -18,7 +18,8 @@ function message { # official VM is .zip only, which unfortuantely we can't extract on Heroku (doh) # DART_SDK_SOURCE="https://gsdview.appspot.com/dart-editor-archive-continuous/latest/dart-linux.zip" -DART_SDK_URL="http://commondatastorage.googleapis.com/dartvm/dart_x64_bin-23.05.2012.tgz" +#DART_SDK_URL="http://commondatastorage.googleapis.com/dartvm/dart_x64_bin-23.05.2012.tgz" +DART_SDK_URL="http://commondatastorage.googleapis.com/dartvm/dart_x64_bin-30.05.2012.tgz" if [ ! -e "$CACHE_DIR/dart" ]; then message "-----> Installing latest Dart VM"