aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Barushev2013-06-25 15:04:44 -0700
committerAdam Vandenberg2013-06-25 16:24:33 -0700
commitcf9420ecc781edaca28251efe7c74f62346e375c (patch)
tree37ce38d86d350403131b4cc94cf013d7ef7af067
parent67f7b138b97029786a4870e9d302daaefd9125ce (diff)
downloadhomebrew-cf9420ecc781edaca28251efe7c74f62346e375c.tar.bz2
Dart 24275
Closes #20790. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/dart.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb
index 912ed2514..9c3155469 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/24160/dartsdk-macos-64.zip'
- sha1 'c1d2638336d2bba1fb53063b2d0b65d4589283da'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/24275/dartsdk-macos-64.zip'
+ sha1 'af75e014b80f27c77ac46cce1ae66fe981490354'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/24160/dartsdk-macos-32.zip'
- sha1 '89b5053a5bc8acc9baab2ab330573bdabd0c1003'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/24275/dartsdk-macos-32.zip'
+ sha1 '551c60760205531a1b7a3de62ece82307f1bdad2'
end
- version '24160'
+ version '24275'
def install
libexec.install Dir['*']