diff options
| author | Anthony Scotti | 2013-04-18 14:40:24 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-19 09:12:01 -0700 |
| commit | 069fb4187ffa9904e3602ad7eeebbef47923a4fd (patch) | |
| tree | fc9d82593ae3fefbe575a51c042227177a18069a /Library | |
| parent | 2962d514a20e48069cd78ef8a54f0097aa13a01e (diff) | |
| download | homebrew-069fb4187ffa9904e3602ad7eeebbef47923a4fd.tar.bz2 | |
Dart 0.4.7.5_r21658
Closes #19298.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/dart.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/dart.rb b/Library/Formula/dart.rb index 069244155..7836fa546 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/21548/dartsdk-macos-64.zip' - sha1 '6f19701c5876688ab7968af698652005e48dd96f' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/21658/dartsdk-macos-64.zip' + sha1 '4bae23519e9d2f16d6b296b87053343f16d3e076' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/21548/dartsdk-macos-32.zip' - sha1 'd1e54616461782354e10fa0decc9c743120ffeed' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/21658/dartsdk-macos-32.zip' + sha1 'c4828db4dc18f388a1b9b928f701a093075850a6' end - version '21548' + version '21658' def install libexec.install Dir['*'] |
