lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 71ff65eda58053c4dbb724191ae9b2a0ca9fd7a9
parent 0a6ca6ea0d428c49c77b56541fb544c14caa98d9
Author: Adrian Panella <ianchi74@outlook.com>
Date:   Tue, 26 Apr 2016 12:20:07 -0500

youtube-dl: update dependencies

install certificates so that https sites work by default

Signed-off-by: Adrian Panella <ianchi74@outlook.com>

Diffstat:
Mmultimedia/youtube-dl/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/youtube-dl/Makefile b/multimedia/youtube-dl/Makefile @@ -27,7 +27,7 @@ define Package/youtube-dl SECTION:=multimedia CATEGORY:=Multimedia TITLE:=utility to download videos from YouTube.com - DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes + DEPENDS:=+python-openssl +python-email +python-xml +python-codecs +python-ctypes +ca-certificates URL:=https://youtube-dl.org endef