Skip to content

Commit

Permalink
use latest dart build
Browse files Browse the repository at this point in the history
  • Loading branch information
igrigorik committed May 31, 2012
1 parent fd6e059 commit c575865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/compile
Expand Up @@ -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"
Expand Down

0 comments on commit c575865

Please sign in to comment.