diff --git a/common/environment/setup/misc.sh b/common/environment/setup/misc.sh index 9b39bb1038a..3f2cc09461d 100644 --- a/common/environment/setup/misc.sh +++ b/common/environment/setup/misc.sh @@ -8,7 +8,7 @@ SOURCEFORGE_SITE="https://downloads.sourceforge.net/sourceforge" NONGNU_SITE="https://download.savannah.nongnu.org/releases" UBUNTU_SITE="http://archive.ubuntu.com/ubuntu/pool" XORG_SITE="https://www.x.org/releases/individual" -DEBIAN_SITE="http://ftp.debian.org/debian/pool" +DEBIAN_SITE="https://ftp.debian.org/debian/pool" GNOME_SITE="https://download.gnome.org/sources" KERNEL_SITE="https://www.kernel.org/pub/linux" CPAN_SITE="https://www.cpan.org/modules/by-module" diff --git a/common/xbps-src/shutils/update_check.sh b/common/xbps-src/shutils/update_check.sh index c5a9f745ba4..3e5a8c5852a 100644 --- a/common/xbps-src/shutils/update_check.sh +++ b/common/xbps-src/shutils/update_check.sh @@ -116,7 +116,7 @@ update_check() { pkgurlname="$(printf %s "$url" | cut -d/ -f5)" url="https://sourceforge.net/projects/$pkgurlname/rss?limit=200";; *code.google.com*|*googlecode*) - url="http://code.google.com/p/$pkgname/downloads/list";; + url="https://code.google.com/p/$pkgname/downloads/list";; *launchpad.net*) pkgurlname="$(printf %s "$url" | cut -d/ -f4)" url="https://launchpad.net/$pkgurlname/+download";;