diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-08-05 01:31:58 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-08-05 01:31:58 +0000 |
commit | 8a6e7b726fc93908618526a83d8243365ff3ae46 (patch) | |
tree | 90367516eae2c2fb80909b8df2e2aaa06fb6456c /user/lsof | |
parent | 42b5c5b3b14fc62fb14f529035e24f62862a781c (diff) | |
parent | c3a4b6cb60e71fc6eba379e858b846859cd46e9a (diff) | |
download | packages-8a6e7b726fc93908618526a83d8243365ff3ae46.tar.gz packages-8a6e7b726fc93908618526a83d8243365ff3ae46.tar.bz2 packages-8a6e7b726fc93908618526a83d8243365ff3ae46.tar.xz packages-8a6e7b726fc93908618526a83d8243365ff3ae46.zip |
Merge branch 'arm-fixes' into 'master'
Fixes for issues found on the armv7 builder
See merge request adelie/packages!308
Diffstat (limited to 'user/lsof')
-rw-r--r-- | user/lsof/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/lsof/APKBUILD b/user/lsof/APKBUILD index a7e0c4768..370d8c7a7 100644 --- a/user/lsof/APKBUILD +++ b/user/lsof/APKBUILD @@ -9,7 +9,7 @@ arch="all" license="zlib-acknowledgement" subpackages="$pkgname-doc" makedepends="linux-headers cmd:which utmps-dev" -source="ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/${pkgname}_${pkgver}.tar.gz +source="http://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/${pkgname}_${pkgver}.tar.gz utmps.patch test-enable-suite.patch test-linux-sysmacros.patch |