From ef99bb35285566d0ac31d0ba6a4a4aa7a9174d92 Mon Sep 17 00:00:00 2001 From: Keith Schulze Date: Tue, 29 Jan 2013 14:04:44 +1100 Subject: dart 17657 Update to the latest dart-sdk (17657) Closes #17392. Signed-off-by: Adam Vandenberg --- Library/Formula/dart.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb index ef7f7414c..2e7e6a6d3 100644 --- a/Library/Formula/dart.rb +++ b/Library/Formula/dart.rb @@ -4,14 +4,14 @@ class Dart < Formula homepage 'http://www.dartlang.org/' if MacOS.prefer_64_bit? - url 'https://gsdview.appspot.com/dart-editor-archive-integration/15699/dartsdk-macos-64.zip' - sha1 '7ecee694bf6d454bdce73ab55ce83799447d701e' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-64.zip' + sha1 '440936b9dd5c48b5fbf769adaf5d092355a342b1' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/15699/dartsdk-macos-32.zip' - sha1 '1606706fe74ecc095ef0e25de12a92bbf07c063a' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-32.zip' + sha1 '6b3ef69af8ab468e612322c454284150588af050' end - version '15699' + version '17657' def install libexec.install Dir['*'] -- cgit v1.2.3