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 5a2c66fdd..497784a48 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/18717/dartsdk-macos-64.zip' - sha1 '2ef8841fdf21c29f97813863c4c20d3952789e36' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/19425/dartsdk-macos-64.zip' + sha1 '7eb284106b7ace99963c30d68f292227ff785363' else - url 'https://gsdview.appspot.com/dart-editor-archive-integration/18717/dartsdk-macos-32.zip' - sha1 '360e7eea55b8adda3c2635df964d75664eb82ad2' + url 'https://gsdview.appspot.com/dart-editor-archive-integration/19425/dartsdk-macos-32.zip' + sha1 'e19497d322603276e46bb489860f1f51a45b04ad' end - version '18717' + version '19425' def install libexec.install Dir['*'] |
