diff options
| author | Anthony Scotti | 2013-05-06 22:24:31 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-05-06 19:47:31 -0700 |
| commit | 160659439d439e6ed8dd22d5f0676b9e344868cc (patch) | |
| tree | 81b845649f35213753539cb84fc7e6b11eb0347d | |
| parent | 38c74466160d00345a7643ac83604eaffe6cf87a (diff) | |
| download | homebrew-160659439d439e6ed8dd22d5f0676b9e344868cc.tar.bz2 | |
Dart 22416
Closes #19644.
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 fd39867f4..59bedb0cf 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/22223/dartsdk-macos-64.zip' - sha1 '766856a36ce283951c577ecc102b8b3e2cb0a164' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/22416/dartsdk-macos-64.zip' + sha1 '3b70543450e24c5dad7855ab1db452b72649af69' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/22223/dartsdk-macos-32.zip' - sha1 'fddd7f182e1c099428b53b3cb1fb2efd8b902a51' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/22416/dartsdk-macos-32.zip' + sha1 '326ad04ef8d09dfc5711e3cb7fb46b7098dad2a2' end - version '22223' + version '22416' def install libexec.install Dir['*'] |
