diff options
| author | Anthony Scotti | 2013-04-29 19:44:27 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-04-29 19:13:09 -0700 |
| commit | 1291682408c4547f4640cd596f7b4e1cd75e11f3 (patch) | |
| tree | 379cd83b035540d5f5f44994d4a80f628ce8564e /Library | |
| parent | 09d69289123d72af95d736d8e7124e485562052c (diff) | |
| download | homebrew-1291682408c4547f4640cd596f7b4e1cd75e11f3.tar.bz2 | |
Dart 22072
Closes #19525.
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 652b2cff8..b68872e6b 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/21823/dartsdk-macos-64.zip' - sha1 '6a901c5ba2e18696cab80d02f071656dcb5b2fc1' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/22072/dartsdk-macos-64.zip' + sha1 'a4c2ed5b82410ee72197d36f1be41e0c967932b4' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/21823/dartsdk-macos-32.zip' - sha1 '200c7db0cf092518ab6d7a61dcc9d724ce2e10ae' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/22072/dartsdk-macos-32.zip' + sha1 '6f9afbc6ab0c99e51df884f707d24e26fdb8c208' end - version '21823' + version '22072' def install libexec.install Dir['*'] |
