diff options
| author | Yehor Lvivski | 2013-11-02 13:03:11 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-02 07:24:49 -0700 |
| commit | ba60ffb5835c1bf5f1b8946cb15c37f83ce108a8 (patch) | |
| tree | 4618f091d7a01d6f33f2036bc61401e9694f98ed /Library/Formula/dart.rb | |
| parent | 9b3cb4ef812bd6582ac07d4d9bc40d857f1ffd15 (diff) | |
| download | homebrew-ba60ffb5835c1bf5f1b8946cb15c37f83ce108a8.tar.bz2 | |
dart 29341
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/dart.rb')
| -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 c7d387e0b..909e54471 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/28355/dartsdk-macos-64.zip' - sha1 '577d4bab25dc7fd98318e42c75c6a15b5306aa47' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/29341/dartsdk-macos-64.zip' + sha1 '4deec77f9b6a3cd495115384d2e5806baaca0516' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/28355/dartsdk-macos-32.zip' - sha1 '10e5abc3b538c94ff145e7cd7d7de3689a7ba4d3' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/29341/dartsdk-macos-32.zip' + sha1 'fe0fa1e27ecff186a2a8616f6eecbf10649776b7' end - version '28355' + version '29341' def install libexec.install Dir['*'] |
