diff options
Diffstat (limited to 'main/lsof/APKBUILD')
-rw-r--r-- | main/lsof/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lsof/APKBUILD b/main/lsof/APKBUILD index cbed2b4ef3..63f369ca59 100644 --- a/main/lsof/APKBUILD +++ b/main/lsof/APKBUILD @@ -9,7 +9,7 @@ license="custom" subpackages="$pkgname-doc" depends= makedepends="linux-headers" -source="ftp://sunsite.ualberta.ca/pub/Mirror/$pkgname/${pkgname}_$pkgver.tar.bz2" +source="http://distfiles.alpinelinux.org/distfiles/${pkgname}_$pkgver.tar.bz2" _builddir="$srcdir"/${pkgname}_${pkgver}/${pkgname}_${pkgver}_src |