diff options
| author | Sergey M․ | 2015-02-24 00:02:11 +0600 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-23 18:18:56 +0000 |
| commit | e2260a4012ebd813a009ae1fe08cbe12b12af159 (patch) | |
| tree | cad76698db60485e7bec4051ebe88a02dcdc4c23 /Library/Formula | |
| parent | 97a7565c0d5f4db829503b7ea7ae793e685e0eb2 (diff) | |
| download | homebrew-e2260a4012ebd813a009ae1fe08cbe12b12af159.tar.bz2 | |
youtube-dl 2015.02.23.1
Closes #37117.
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 54a4250d8..215059644 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.02.21/youtube-dl-2015.02.21.tar.gz" - sha256 "3694979c2296e182d92be8e6c5b7d90fb95b9d4d6f070d3912856dcb264ca03b" + url "https://yt-dl.org/downloads/2015.02.23.1/youtube-dl-2015.02.23.1.tar.gz" + sha256 "f17925d3f728c209b5d2cdca814004180599c9ba9ddaac7fb10fbd1c1a09bb74" bottle do cellar :any |
