aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAnthony Scotti2013-04-17 08:32:36 -0400
committerJack Nagel2013-04-18 01:15:46 -0500
commitc755de3497ac2cd6d264695049051a0d4f3fe920 (patch)
tree719a9b656f9d0bbf08f33359e6b64d3dae110ab6 /Library
parentf1660008ed5fa5502311be314b4e52f9b02563ac (diff)
downloadhomebrew-c755de3497ac2cd6d264695049051a0d4f3fe920.tar.bz2
Dart 21548
Closes #19259. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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 1f2801324..069244155 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/21094/dartsdk-macos-64.zip'
- sha1 '4125a5792bb4a9eb522d11dc976bad21be4abc95'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/21548/dartsdk-macos-64.zip'
+ sha1 '6f19701c5876688ab7968af698652005e48dd96f'
else
- url 'https://gsdview.appspot.com/dart-editor-archive-integration/21094/dartsdk-macos-32.zip'
- sha1 '512991bda44252d5825ecab088d9f17467dea716'
+ url 'https://gsdview.appspot.com/dart-editor-archive-integration/21548/dartsdk-macos-32.zip'
+ sha1 'd1e54616461782354e10fa0decc9c743120ffeed'
end
- version '21094'
+ version '21548'
def install
libexec.install Dir['*']