diff options
| author | Sergey M․ | 2015-04-09 20:46:04 +0600 |
|---|---|---|
| committer | Xu Cheng | 2015-04-10 17:25:44 +0800 |
| commit | 99a1d29da7d8ec6b99921c4b4128865506892148 (patch) | |
| tree | d822f7cd6587789cef394ecc31ff557ad1c50285 /Library | |
| parent | dac9f88335dd74b377bedbc2ad7d3b64f0c9bb15 (diff) | |
| download | homebrew-99a1d29da7d8ec6b99921c4b4128865506892148.tar.bz2 | |
youtube-dl 2015.04.09
Closes #38485.
Signed-off-by: Xu Cheng <xucheng@me.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/youtube-dl.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb index 6ce9d481d..0dd7826c3 100644 --- a/Library/Formula/youtube-dl.rb +++ b/Library/Formula/youtube-dl.rb @@ -5,8 +5,8 @@ require "formula" # https://pypi.python.org/pypi/youtube_dl class YoutubeDl < Formula homepage "https://rg3.github.io/youtube-dl/" - url "https://yt-dl.org/downloads/2015.04.03/youtube-dl-2015.04.03.tar.gz" - sha256 "0521a15a24a9b620728a2f45ea9163ca74660ed443781b6e69b4e06d36d7bf59" + url "https://yt-dl.org/downloads/2015.04.09/youtube-dl-2015.04.09.tar.gz" + sha256 "8171182490e33413ad9f21c2f46b6640c8baee7655c95d4bf96ae696f3ce1c6c" bottle do cellar :any |
