diff options
| author | Sergey M․ | 2015-01-05 03:10:03 +0600 |
|---|---|---|
| committer | Jack Nagel | 2015-01-04 23:18:41 -0500 |
| commit | 91e96bc5762895a6d49831a8020e72d44a067e3f (patch) | |
| tree | 65580922f41d7775621f21dbb8630e0923925af3 /Library | |
| parent | 6d4fe186592d511237f4147f070643da58eb3a37 (diff) | |
| download | homebrew-91e96bc5762895a6d49831a8020e72d44a067e3f.tar.bz2 | |
youtube-dl 2015.01.04
Closes #35549.
Signed-off-by: Jack Nagel <jacknagel@gmail.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 1a5aaf020..bdeb6718f 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/2015.01.03/youtube-dl-2015.01.03.tar.gz" - sha256 "1c3c6dabe8672c13e7925f17493930889a34c556e229d7b69df56d1ded812b4d" + url "https://yt-dl.org/downloads/2015.01.04/youtube-dl-2015.01.04.tar.gz" + sha256 "05a678e8d55f424a48ae9fd504c29e4a5c5946fc54e48c3d5c65ccf40dda3223" bottle do cellar :any |
