diff options
| author | Denis Barushev | 2013-06-25 15:04:44 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-25 16:24:33 -0700 |
| commit | cf9420ecc781edaca28251efe7c74f62346e375c (patch) | |
| tree | 37ce38d86d350403131b4cc94cf013d7ef7af067 | |
| parent | 67f7b138b97029786a4870e9d302daaefd9125ce (diff) | |
| download | homebrew-cf9420ecc781edaca28251efe7c74f62346e375c.tar.bz2 | |
Dart 24275
Closes #20790.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -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 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['*'] |
