From 1291682408c4547f4640cd596f7b4e1cd75e11f3 Mon Sep 17 00:00:00 2001 From: Anthony Scotti Date: Mon, 29 Apr 2013 19:44:27 -0400 Subject: Dart 22072 Closes #19525. 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 652b2cff8..b68872e6b 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/21823/dartsdk-macos-64.zip' - sha1 '6a901c5ba2e18696cab80d02f071656dcb5b2fc1' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/22072/dartsdk-macos-64.zip' + sha1 'a4c2ed5b82410ee72197d36f1be41e0c967932b4' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/21823/dartsdk-macos-32.zip' - sha1 '200c7db0cf092518ab6d7a61dcc9d724ce2e10ae' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/22072/dartsdk-macos-32.zip' + sha1 '6f9afbc6ab0c99e51df884f707d24e26fdb8c208' end - version '21823' + version '22072' def install libexec.install Dir['*'] -- cgit v1.2.3