Update youtube-dl to v2011.03.29

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Andrew Marshall 2011-04-05 01:30:50 -04:00 committed by Adam Vandenberg
parent 9af0c7663d
commit a21b232b02

View file

@ -1,8 +1,8 @@
require 'formula'
class YoutubeDl < ScriptFileFormula
url 'https://github.com/rg3/youtube-dl/raw/2011.01.30/youtube-dl'
url 'https://github.com/rg3/youtube-dl/raw/2011.03.29/youtube-dl'
homepage 'http://rg3.github.com/youtube-dl/'
md5 '2137453c9e9dde9612d37941eb74a4fb'
version '2011.01.30'
md5 'd481c3e15e306e3e5157e0142758c011'
version '2011.03.29'
end