diff options
| author | Sergey M․ | 2014-08-28 11:59:34 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-08-28 11:59:34 -0500 |
| commit | fc2a5bf75a9bca8a651ab2b1dda043db40b40cdf (patch) | |
| tree | 78511a86a5d7367a9c22cfa1faf91981f8cd3fc8 /Library/Formula | |
| parent | 0c91f0c74f70a47331e2dc5f9078823c9db8c2aa (diff) | |
| download | homebrew-fc2a5bf75a9bca8a651ab2b1dda043db40b40cdf.tar.bz2 | |
youtube-dl 2014.08.28.2
Closes #31950.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 a55b95141..6844471ee 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 "http://rg3.github.io/youtube-dl/" - url "https://yt-dl.org/downloads/2014.08.27.1/youtube-dl-2014.08.27.1.tar.gz" - sha1 "aa036d38b6d6ccc061f87620c19ea8065fc20966" + url "https://yt-dl.org/downloads/2014.08.28.2/youtube-dl-2014.08.28.2.tar.gz" + sha1 "4860b228793a3906be1abd4e1c7d355b34801f96" bottle do cellar :any |
