youtube-dl 2014.09.10
Closes Homebrew/homebrew#32268. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
05edc08a7c
commit
06a1452d03
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ require "formula"
|
||||||
# https://pypi.python.org/pypi/youtube_dl
|
# https://pypi.python.org/pypi/youtube_dl
|
||||||
class YoutubeDl < Formula
|
class YoutubeDl < Formula
|
||||||
homepage "http://rg3.github.io/youtube-dl/"
|
homepage "http://rg3.github.io/youtube-dl/"
|
||||||
url "https://yt-dl.org/downloads/2014.09.10/youtube-dl-2014.09.10.tar.gz"
|
url "https://yt-dl.org/downloads/2014.09.12/youtube-dl-2014.09.12.tar.gz"
|
||||||
sha1 "b542736caccf807b465b60f47fd754bc6e9053fc"
|
sha1 "9d90712e819bdfe1ca1a8c81582eb216d947b885"
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
cellar :any
|
cellar :any
|
||||||
|
|
Loading…
Reference in a new issue