diff options
Diffstat (limited to 'Library/Formula')
| -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 ef7f7414c..2e7e6a6d3 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/15699/dartsdk-macos-64.zip' - sha1 '7ecee694bf6d454bdce73ab55ce83799447d701e' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-64.zip' + sha1 '440936b9dd5c48b5fbf769adaf5d092355a342b1' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/15699/dartsdk-macos-32.zip' - sha1 '1606706fe74ecc095ef0e25de12a92bbf07c063a' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/17657/dartsdk-macos-32.zip' + sha1 '6b3ef69af8ab468e612322c454284150588af050' end - version '15699' + version '17657' def install libexec.install Dir['*'] |
