diff options
| author | Sergey M․ | 2014-12-02 22:31:48 +0600 |
|---|---|---|
| committer | Jack Nagel | 2014-12-02 16:52:13 -0500 |
| commit | 833810a8ac4eb517c12c01d5acfed5512003c5fa (patch) | |
| tree | 06406ed6951aa78d9d8fa904c069506249cb53fc /Library/Formula | |
| parent | 7a766c5af8448ed4d599f6483f74c31ef9b8adc3 (diff) | |
| download | homebrew-833810a8ac4eb517c12c01d5acfed5512003c5fa.tar.bz2 | |
youtube-dl 2014.12.01
Closes #34613.
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 118646060..e042940f2 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.11.26/youtube-dl-2014.11.26.tar.gz" - sha256 "94cb86603d7a96f9331ed5db09d6adc6842d1729d0f1c8c6461018516b578aa4" + url "https://yt-dl.org/downloads/2014.12.01/youtube-dl-2014.12.01.tar.gz" + sha256 "e47cab932c1c1fcaddb8e4a3ada0560421f8d356d63c074b0a7e91b494a0ec56" bottle do cellar :any |
