diff options
| author | Sergey M․ | 2015-01-23 20:56:09 +0600 |
|---|---|---|
| committer | Mike McQuaid | 2015-01-23 18:15:04 +0100 |
| commit | b869730c6b191d4891b44d72212ae1bcd268befe (patch) | |
| tree | 6156c10ea3d048884f7ee3c83e1a240511ccb70e /Library/Formula | |
| parent | 6599832605eed54aa0e105ffc48b52bc892d5a7d (diff) | |
| download | homebrew-b869730c6b191d4891b44d72212ae1bcd268befe.tar.bz2 | |
youtube-dl 2015.01.23.3
Closes #36165.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 27a269528..0e7b316fe 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.22/youtube-dl-2015.01.22.tar.gz" - sha256 "9ff6b6e3d2b86043700f770f6a27acf8caa251f694f34227df8b27f67664f973" + url "https://yt-dl.org/downloads/2015.01.23.3/youtube-dl-2015.01.23.3.tar.gz" + sha256 "0f8bcc7b5ef11e219f0645423f9f1be0f0c3c2b15ed6b36b6f9cca240775f633" bottle do cellar :any |
