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 /patch | |
parent | 27d17db35a158a2e0847bad4b47842f055e8cfac (diff) | |
download | core-744736f913269ae10d4542b0b0de1c09f6e09946.tar.gz core-744736f913269ae10d4542b0b0de1c09f6e09946.tar.xz |
use ftpmirror.gnu.org instead of ftp.gnu.org
Diffstat (limited to 'patch')
-rw-r--r-- | patch/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/Pkgfile b/patch/Pkgfile index cb812ad3..e800a47d 100644 --- a/patch/Pkgfile +++ b/patch/Pkgfile @@ -5,7 +5,7 @@ name=patch version=2.7.5 release=2 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version |