diff options
| author | Mislav Marohnić | 2014-08-05 15:47:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-08-05 21:14:11 -0700 |
| commit | b03099c00fe803950680c57362d91778dc56a59a (patch) | |
| tree | 08e02c517250c637a67c968de62598a9df29d4f7 /Library/Formula | |
| parent | 7ead0626d1f5db5097423456ccf072cdde900339 (diff) | |
| download | homebrew-b03099c00fe803950680c57362d91778dc56a59a.tar.bz2 | |
youtube-dl 2014.08.05
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 0c61b54aa..8e421df59 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.02.1/youtube-dl-2014.08.02.1.tar.gz" - sha1 "5a3d93da8725ac0cd258143b494972c3c25119bc" + url "https://yt-dl.org/downloads/2014.08.05/youtube-dl-2014.08.05.tar.gz" + sha1 "4af2cc3e5b08751861dff83315751213fe09baa0" bottle do cellar :any |
