diff options
| -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 49dfbd73a..d3b43e2db 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/24898/dartsdk-macos-64.zip' - sha1 '5d076bdbaf25849ac0951d1c9a6345c83022368f' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/25388/dartsdk-macos-64.zip' + sha1 '1de7b3933d4c13eb2aac136b2e260ebb3e0af14e' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/24898/dartsdk-macos-32.zip' - sha1 '2894e8388b8e8ab85b8a59aae4311d20d4829887' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/25388/dartsdk-macos-32.zip' + sha1 'cd59aa7bb25f92b67399a2e05e7bebde3c15d684' end - version '24898' + version '25388' def install libexec.install Dir['*'] |
