diff options
| author | Mike McQuaid | 2014-02-27 14:43:03 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-27 14:44:59 +0000 |
| commit | 2acff858db3e36224b1e2355c2460dddb1745ab2 (patch) | |
| tree | 8925b51cc9afd676da5d107d4adbe59b6ae84d55 /Library | |
| parent | 9b6810326401a1b323f148b32771fe2f0fd2e2bd (diff) | |
| download | homebrew-2acff858db3e36224b1e2355c2460dddb1745ab2.tar.bz2 | |
youtube-dl 2014.02.27
Also add PyPI request/warning.
Closes #27052.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/youtube-dl.rb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb index c02854d15..6a9c2c421 100644 --- a/Library/Formula/youtube-dl.rb +++ b/Library/Formula/youtube-dl.rb @@ -2,8 +2,11 @@ require 'formula' class YoutubeDl < Formula homepage 'http://rg3.github.io/youtube-dl/' - url 'https://yt-dl.org/downloads/2014.02.25.1/youtube-dl-2014.02.25.1.tar.gz' - sha1 'd322895f31e06a2ff6ae5d78d620d6efb1444ec7' + # Please only update to versions that are published on PyPi as there are too + # many releases for us to update to every single one: + # https://pypi.python.org/pypi/youtube_dl + url 'https://yt-dl.org/downloads/2014.02.26/youtube-dl-2014.02.26.tar.gz' + sha1 '8c4a52adb87f0b3f9636cf03b3eb125b89773b3a' depends_on 'rtmpdump' => :optional |
