From 5ae3b49ab9b6e89e5730a807a4328bd3a1375408 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Thu, 8 Sep 2016 10:24:30 +0200 Subject: [PATCH] vlc: Securely download source archive Use HTTPS to securely download the source archive. --- vlc.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlc.be0 b/vlc.be0 index 6a50d18ec..e3b72fc83 100755 --- a/vlc.be0 +++ b/vlc.be0 @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://download.videolan.org/pub/videolan/vlc/${PKGVERSION}/vlc-${PKGVERSION}.tar.xz" +SRCURL[0]="https://download.videolan.org/pub/videolan/vlc/${PKGVERSION}/vlc-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.