From 069fb4187ffa9904e3602ad7eeebbef47923a4fd Mon Sep 17 00:00:00 2001 From: Anthony Scotti Date: Thu, 18 Apr 2013 14:40:24 -0400 Subject: Dart 0.4.7.5_r21658 Closes #19298. Signed-off-by: Adam Vandenberg --- Library/Formula/dart.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb index 069244155..7836fa546 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/21548/dartsdk-macos-64.zip' - sha1 '6f19701c5876688ab7968af698652005e48dd96f' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/21658/dartsdk-macos-64.zip' + sha1 '4bae23519e9d2f16d6b296b87053343f16d3e076' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/21548/dartsdk-macos-32.zip' - sha1 'd1e54616461782354e10fa0decc9c743120ffeed' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/21658/dartsdk-macos-32.zip' + sha1 'c4828db4dc18f388a1b9b928f701a093075850a6' end - version '21548' + version '21658' def install libexec.install Dir['*'] -- cgit v1.2.3