From 016d98fefedc85d0921db4056a3a60f6ee730c47 Mon Sep 17 00:00:00 2001 From: Keith Schulze Date: Sat, 23 Feb 2013 01:14:39 +1100 Subject: dart 18717 Updating to the latest release of the dart-sdk (18717) Closes #18015. 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 83a8e9b52..5a2c66fdd 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/18115/dartsdk-macos-64.zip' - sha1 '3cd57696a33e34cc2f33e1bb529c4bd4b59ebe6c' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/18717/dartsdk-macos-64.zip' + sha1 '2ef8841fdf21c29f97813863c4c20d3952789e36' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/18115/dartsdk-macos-32.zip' - sha1 '01c7f8022681e65814ed5e7751ad1a4dba686a04' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/18717/dartsdk-macos-32.zip' + sha1 '360e7eea55b8adda3c2635df964d75664eb82ad2' end - version '18115' + version '18717' def install libexec.install Dir['*'] -- cgit v1.2.3