From 760f800cf9999037e12fbd269bc93bf09dbadf24 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 Nov 2017 12:16:45 +0100 Subject: [PATCH] xrandr: Use new, secure source URL The current URL moved permanently. ``` $ curl -I http://xorg.freedesktop.org/releases/individual/app/ HTTP/1.1 301 Moved Permanently Date: Fri, 17 Nov 2017 11:16:23 GMT Server: Apache/2.4.10 (Debian) Location: https://www.x.org/releases/individual/app/ Content-Type: text/html; charset=iso-8859-1 ``` --- xrandr.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xrandr.be0 b/xrandr.be0 index 8767ba8ff..735cbfc7e 100755 --- a/xrandr.be0 +++ b/xrandr.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://xorg.freedesktop.org/releases/individual/app/xrandr-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://www.x.org/releases/individual/app/xrandr-${PKGVERSION}.tar.bz2" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array.