diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-08 18:40:25 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-11-08 18:40:25 +0100 |
| commit | d250a5aa67121b63d4315238c988c3a5111b7a22 (patch) | |
| tree | be1374e6590d2671cd85249163f4daf3d5e11633 /package/procps/Makefile | |
| parent | 32e0a1811fde45e0174fd2c88979733dfa52b62a (diff) | |
| parent | e518dde1484afa818ea4aae89c7cab91c64bf4a2 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/procps/Makefile')
| -rw-r--r-- | package/procps/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/package/procps/Makefile b/package/procps/Makefile index cba4846d2..a93c6dfa2 100644 --- a/package/procps/Makefile +++ b/package/procps/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= procps -PKG_VERSION:= 3.2.7 -PKG_RELEASE:= 4 -PKG_MD5SUM:= f490bca772b16472962c7b9f23b1e97d +PKG_VERSION:= 3.2.8 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 9532714b6846013ca9898984ba4cd7e0 PKG_DESCR:= The /proc file system utilities PKG_SECTION:= utils PKG_DEPENDS:= libncurses @@ -40,6 +40,5 @@ post-install: ln -sf ../../bin/kill skill; \ ln -sf ../../bin/kill snice; \ ln -sf pgrep pkill - ${INSTALL_BIN} killall ${IDIR_PROCPS}/usr/bin/ include ${TOPDIR}/mk/pkg-bottom.mk |
