From 9a7bcd00c0bfe2f42382c29a696ba01c7392908b Mon Sep 17 00:00:00 2001 From: Anthony Scotti Date: Tue, 11 Jun 2013 09:34:58 -0400 Subject: Dart 23799 Closes #20411. Signed-off-by: Jack Nagel --- 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 2a2341734..3acb639e0 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/23552/dartsdk-macos-64.zip' - sha1 '45cdf025db69a86b7448c57c2031f304439e0949' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/23799/dartsdk-macos-64.zip' + sha1 '50bcca5ad9fcd6958fa33702199fbced574a76fe' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/23552/dartsdk-macos-32.zip' - sha1 '0ba113ca9a1c95e066752b856b9015d4b9398027' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/23799/dartsdk-macos-32.zip' + sha1 'c3f6e89a263d947eb5451e58cf70ef5c1dc78f88' end - version '23552' + version '23799' def install libexec.install Dir['*'] -- cgit v1.2.3