diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-10-05 10:28:36 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-10-05 10:28:36 +0000 |
commit | d24da9bc2279b20bc6c16597bb3ac3670e77c3a2 (patch) | |
tree | c3df5e243264b1282750802327ddb255f07c07b8 /main/linux-scst | |
parent | 2b39e877d93c16837a0c2db7085044a97629a1c5 (diff) | |
download | aports-d24da9bc2279b20bc6c16597bb3ac3670e77c3a2.tar.bz2 aports-d24da9bc2279b20bc6c16597bb3ac3670e77c3a2.tar.xz |
main/linux-scst: temporary change kernel mirror
Diffstat (limited to 'main/linux-scst')
-rw-r--r-- | main/linux-scst/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/linux-scst/APKBUILD b/main/linux-scst/APKBUILD index 5b61125c5..70720776e 100644 --- a/main/linux-scst/APKBUILD +++ b/main/linux-scst/APKBUILD @@ -20,8 +20,8 @@ makedepends="perl installkernel" options="!strip" _config=${config:-kernelconfig.${CARCH}} install= -source="http://download.xs4all.nl/ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2 - http://download.xs4all.nl/ftp.kernel.org/pub/linux/kernel/v2.6/patch-$pkgver.bz2 +source="http://mirror.be.gbxs.net/pub/linux/kernel/v2.6/linux-$_kernver.tar.bz2 + http://mirror.be.gbxs.net/pub/linux/kernel/v2.6/patch-$pkgver.bz2 kernelconfig.x86_64 scst-2.1.0-2.6.39.patch " |