diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-17 21:58:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-17 21:58:26 +0200 |
commit | 8a16ae08a021104ba9824699d5bcca2520f18d33 (patch) | |
tree | 510043b014b62796d16925f5b052af398f3c82b0 /package/lsof | |
parent | 1846fcbc42f11c311597d33e3560263b0a54f90b (diff) |
lsof: update to 4.89
Diffstat (limited to 'package/lsof')
-rw-r--r-- | package/lsof/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/lsof/Makefile b/package/lsof/Makefile index 19b8406d7..e28bf6d8c 100644 --- a/package/lsof/Makefile +++ b/package/lsof/Makefile @@ -4,15 +4,15 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= lsof -PKG_VERSION:= 4.84 -PKG_RELEASE:= 3 -PKG_HASH:= 3ab54cbc0e4f8ee3b1cfd1d2d1fb81765e7d28144256e5f444faedc4399a969b +PKG_VERSION:= 4.89 +PKG_RELEASE:= 1 +PKG_HASH:= 5d08da7ebe049c9d9a6472d6afb81aa5af54c4733a3f8822cbc22b57867633c9 PKG_DESCR:= list open files PKG_SECTION:= sys/utils PKG_DEPENDS:= libtirpc PKG_BUILDDEP:= libtirpc PKG_URL:= http://people.freebsd.org/~abe/ -PKG_SITES:= ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/ +PKG_SITES:= https://www.mirrorservice.org/sites/lsof.itap.purdue.edu/pub/tools/unix/lsof/ PKG_LIBC_DEPENDS:= uclibc-ng glibc |