diff options
| author | Bartosz Burclaf | 2013-09-02 12:59:27 +0200 | 
|---|---|---|
| committer | Jack Nagel | 2013-09-02 17:45:37 -0500 | 
| commit | f99cfb7b52223168f747a5b258079e03ee4705a2 (patch) | |
| tree | 43c7012f8e64d6c901cc264e90b28b52c9bbce4a /Library/Formula/dart.rb | |
| parent | ec36776d60d3c4c92e8958df42e44d6c6e689e60 (diff) | |
| download | homebrew-f99cfb7b52223168f747a5b258079e03ee4705a2.tar.bz2 | |
dart 26639
Closes #22261.
Signed-off-by: Jack Nagel <jacknagel@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 6805e71ed..7e62278f3 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/25822/dartsdk-macos-64.zip' -    sha1 '5988fc67d0a82f59b802ca9e0aa66419b190bd7a' +    url 'https://gsdview.appspot.com/dart-editor-archive-integration/26639/dartsdk-macos-64.zip' +    sha1 '05ea242a3699cae6495166286395969a1498d526'    else -    url 'https://gsdview.appspot.com/dart-editor-archive-integration/25822/dartsdk-macos-32.zip' -    sha1 '6ac8eee208aef029f4868cc95d7c42973ce60a09' +    url 'https://gsdview.appspot.com/dart-editor-archive-integration/26639/dartsdk-macos-32.zip' +    sha1 '53388f18e4a01e287bf097ad51a764e4f907229a'    end -  version '25822' +  version '26639'    def install      libexec.install Dir['*']  | 
