From 9e6b75ff30ffcd955a5ddcb13789860ba28e7e75 Mon Sep 17 00:00:00 2001 From: Denis Barushev Date: Thu, 12 Sep 2013 10:57:38 -0700 Subject: Dart 27268 Closes #22499. Signed-off-by: Jack Nagel --- 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 7e62278f3..c286e7029 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/26639/dartsdk-macos-64.zip' - sha1 '05ea242a3699cae6495166286395969a1498d526' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/27268/dartsdk-macos-64.zip' + sha1 'bd6106c478d2e9ac5c534a9183369937f7876940' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/26639/dartsdk-macos-32.zip' - sha1 '53388f18e4a01e287bf097ad51a764e4f907229a' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/27268/dartsdk-macos-32.zip' + sha1 '6ade0a64690bf5e454f5a0017ad28129f5a03576' end - version '26639' + version '27268' def install libexec.install Dir['*'] -- cgit v1.2.3