diff options
| author | Anthony Scotti | 2013-05-13 17:08:56 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-05-13 14:12:16 -0700 | 
| commit | 201e70b4de5ae3a23ae6c0563a3b0d510691ab08 (patch) | |
| tree | f00dfd50e6573e61ee4384688d26cc3f575a9aea /Library/Formula/dart.rb | |
| parent | af3431962fa408ed302faa63afde7a15c806e204 (diff) | |
| download | homebrew-201e70b4de5ae3a23ae6c0563a3b0d510691ab08.tar.bz2 | |
Dart 22611
Closes #19780.
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 59bedb0cf..e4fdbfe57 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/22416/dartsdk-macos-64.zip' -    sha1 '3b70543450e24c5dad7855ab1db452b72649af69' +    url 'https://gsdview.appspot.com/dart-editor-archive-integration/22611/dartsdk-macos-64.zip' +    sha1 'd7a69c052149d99a5cc22d7d77d6fe7efc609b6d'    else -    url 'https://gsdview.appspot.com/dart-editor-archive-integration/22416/dartsdk-macos-32.zip' -    sha1 '326ad04ef8d09dfc5711e3cb7fb46b7098dad2a2' +    url 'https://gsdview.appspot.com/dart-editor-archive-integration/22611/dartsdk-macos-32.zip' +    sha1 '085dbf23157f574f6fc538e616ecd4e71119a685'    end -  version '22416' +  version '22611'    def install      libexec.install Dir['*']  | 
