Created
February 20, 2014 19:48
-
-
Save parkr/9121769 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+ brew doctor | |
Your system is raring to brew. | |
+ brew --config | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: 014c6dd119315eb70d694456c90838605334dad9 | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: 8-core 64-bit haswell | |
OS X: 10.9.1-x86_64 | |
Xcode: 5.0.2 | |
CLT: 5.0.1.0.1.1382131676 | |
GCC-4.2: build 5666 | |
Clang: 5.0 build 500 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.6/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /Users/parker/.rbenv/shims/ruby | |
+ brew upgrade youtube-dl --verbose | |
==> Upgrading youtube-dl | |
rm /usr/local/bin/youtube-dl | |
rm /usr/local/etc/bash_completion.d/youtube-dl.bash-completion | |
rm /usr/local/share/man/man1/youtube-dl.1 | |
==> Downloading https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz | |
/usr/bin/curl -fLA Homebrew 0.9.5 (Ruby 1.8.7-358; Mac OS X 10.9.1) https://yt-dl.org/downloads/2014.02.20/youtube-dl-2014.02.20.tar.gz -C 0 -o /Library/Caches/Homebrew/youtube-dl-2014.02.20.tar.gz.incomplete | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 650k 100 650k 0 0 216k 0 0:00:03 0:00:03 --:--:-- 216k | |
==> Verifying youtube-dl-2014.02.20.tar.gz checksum | |
tar xf /Library/Caches/Homebrew/youtube-dl-2014.02.20.tar.gz | |
==> make youtube-dl PREFIX=/usr/local/Cellar/youtube-dl/2014.02.20 | |
make: `youtube-dl' is up to date. | |
==> Cleaning | |
==> Caveats | |
To use post-processing options, `brew install ffmpeg`. | |
Bash completion has been installed to: | |
/usr/local/etc/bash_completion.d | |
==> Finishing up | |
ln -s ../../Cellar/youtube-dl/2014.02.20/etc/bash_completion.d/youtube-dl.bash-completion youtube-dl.bash-completion | |
ln -s ../Cellar/youtube-dl/2014.02.20/bin/youtube-dl youtube-dl | |
ln -s ../../../Cellar/youtube-dl/2014.02.20/share/man/man1/youtube-dl.1 youtube-dl.1 | |
ln -s ../../Cellar/youtube-dl/2014.02.20 youtube-dl | |
ln -s ../Cellar/youtube-dl/2014.02.20 youtube-dl | |
==> Summary | |
🍺 /usr/local/Cellar/youtube-dl/2014.02.20: 8 files, 492K, built in 3 seconds |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment