From 6ec374fa2df04a5a0c55ef341baa89eaaa0e7853 Mon Sep 17 00:00:00 2001 From: The_Fred Date: Wed, 14 Jun 2017 21:11:32 -0700 Subject: [PATCH] xbps-src: use https and new url for XORG_SITE --- common/environment/setup/misc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh index 34e6cbf770..11d73d7871 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -7,7 +7,7 @@ set -a SOURCEFORGE_SITE="http://downloads.sourceforge.net/sourceforge" NONGNU_SITE="http://download.savannah.nongnu.org/releases" UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool" -XORG_SITE="http://xorg.freedesktop.org/releases/individual" +XORG_SITE="https://www.x.org/releases/individual" DEBIAN_SITE="http://ftp.debian.org/debian/pool" GNOME_SITE="http://ftp.gnome.org/pub/GNOME/sources" KERNEL_SITE="https://www.kernel.org/pub/linux"