youtube-dl 2012.11.29
This commit is contained in:
parent
adb5228bd0
commit
e57c62ca5e
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@ require 'formula'
|
|||
|
||||
class YoutubeDl < Formula
|
||||
homepage 'http://rg3.github.com/youtube-dl/'
|
||||
url 'https://github.com/rg3/youtube-dl/tarball/2012.09.27/youtube-dl'
|
||||
sha256 '45e88c1a5b81e633bddd43d5363e7ade92af2eeb534c37a5170f4b68d73605ea'
|
||||
version '2012.09.27'
|
||||
url 'https://github.com/rg3/youtube-dl/raw/2012.11.29/youtube-dl'
|
||||
sha256 'e5c209765a366515845fde5da9d7022ad97c29e56b4611a4dc06f5d198377991'
|
||||
version '2012.11.29'
|
||||
|
||||
def install
|
||||
system "make", "PREFIX=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue