diff options
| author | Sergey M․ | 2015-03-16 01:10:37 +0600 |
|---|---|---|
| committer | Xu Cheng | 2015-03-16 13:25:26 +0800 |
| commit | 36a0a1bc089013d0f1797000570dc28409a4ad97 (patch) | |
| tree | 0e75540df98582fa5571e394a0211b66422a1139 /Library | |
| parent | e403f4e21b6fd3a5878c31b8a1c98cbc6c52be2a (diff) | |
| download | homebrew-36a0a1bc089013d0f1797000570dc28409a4ad97.tar.bz2 | |
youtube-dl 2015.03.15
Closes #37751.
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 d93526f80..ae7d00a96 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.03.09/youtube-dl-2015.03.09.tar.gz" - sha256 "bf87403cccf292d6133d358ea0cf6c74a5daef095d6a9f0b9becffd6d3a9b757" + url "https://yt-dl.org/downloads/2015.03.15/youtube-dl-2015.03.15.tar.gz" + sha256 "ff7803e12b803ebefd8bc6639add23608dd7ac40f68b9ea00a700a29f9516b85" bottle do cellar :any |
