summaryrefslogtreecommitdiffstats
path: root/core/readline
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2009-01-08 18:14:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-09 07:15:46 +0000
commitb98c706f3d3c4e7fb8b70a2f52c5c59d13d8b4c5 (patch)
tree4a9f024969f8d0f517c809d0e1c9fbd46ea31e8d /core/readline
parent14fc7bc5cbc2eb24f08337939967e0165ab40c3b (diff)
downloadaports-b98c706f3d3c4e7fb8b70a2f52c5c59d13d8b4c5.tar.bz2
aports-b98c706f3d3c4e7fb8b70a2f52c5c59d13d8b4c5.tar.xz
core/readline: changed source server to gnu ftp server
Diffstat (limited to 'core/readline')
-rw-r--r--core/readline/APKBUILD28
1 files changed, 14 insertions, 14 deletions
diff --git a/core/readline/APKBUILD b/core/readline/APKBUILD
index dfafcd4d..48addac3 100644
--- a/core/readline/APKBUILD
+++ b/core/readline/APKBUILD
@@ -8,20 +8,20 @@ license="GPL"
depends="uclibc ncurses"
makedepends=""
subpackages="$pkgname-dev $pkgname-doc"
-source="ftp://ftp.cwru.edu/pub/bash/readline-5.2.tar.gz
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-001
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-002
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-003
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-004
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-005
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-006
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-007
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-008
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-009
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-010
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-011
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-012
- ftp://ftp.cwru.edu/pub/bash/readline-5.2-patches/readline52-013
+source="ftp://ftp.gnu.org/gnu/readline/readline-5.2.tar.gz
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-001
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-002
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-003
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-004
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-005
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-006
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-007
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-008
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-009
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-010
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-011
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-012
+ ftp://ftp.gnu.org/gnu/readline/readline-5.2-patches/readline52-013
"
build ()