diff options
author | Fredrik Rinnestam <fredrik@crux.nu> | 2017-03-02 14:25:08 +0100 |
---|---|---|
committer | Fredrik Rinnestam <fredrik@crux.nu> | 2017-03-02 14:30:03 +0100 |
commit | 744736f913269ae10d4542b0b0de1c09f6e09946 (patch) | |
tree | 3bd0780ba1bdc461212be722dd5780d6ae12a2be /glibc | |
parent | 27d17db35a158a2e0847bad4b47842f055e8cfac (diff) | |
download | core-744736f913269ae10d4542b0b0de1c09f6e09946.tar.gz core-744736f913269ae10d4542b0b0de1c09f6e09946.tar.xz |
use ftpmirror.gnu.org instead of ftp.gnu.org
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glibc/Pkgfile b/glibc/Pkgfile index 66f19e08..dc60dd0f 100644 --- a/glibc/Pkgfile +++ b/glibc/Pkgfile @@ -5,7 +5,7 @@ name=glibc version=2.24 release=3 -source=(http://ftp.gnu.org/gnu/glibc/glibc-2.24.tar.xz \ +source=(http://ftpmirror.gnu.org/gnu/glibc/glibc-2.24.tar.xz \ http://crux.nu/files/distfiles/kernel-headers-4.9.5.tar.xz \ $name-2.20-multilib-dirs.patch \ hosts resolv.conf nsswitch.conf host.conf ld.so.conf) |