From ca2dce473576b4e5b8528849741dd9732b5327b9 Mon Sep 17 00:00:00 2001 From: Anthony Scotti Date: Tue, 28 May 2013 20:12:50 -0400 Subject: Dart 23200 Closes #20122. 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 db264869a..cae63260d 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/22879/dartsdk-macos-64.zip' - sha1 '5022678a3bb06216f924b47ed8503174e6637c5e' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/23200/dartsdk-macos-64.zip' + sha1 '8af5bbe273aaa37cea92a3c69f953fff7c81ccd0' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/22879/dartsdk-macos-32.zip' - sha1 'c75e9a4b977275fe35e036e6be1b14a68b80b431' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/23200/dartsdk-macos-32.zip' + sha1 'efed12886482e3350b8707f71efa0883992ec051' end - version '22879' + version '23200' def install libexec.install Dir['*'] -- cgit v1.2.3