diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-31 16:24:57 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-31 16:24:57 +0100 |
commit | 2f7b3edd373625b39a37031149e49ccd26bb7eb6 (patch) | |
tree | 9611c955c8eab5d2307d4bf8f4cc13c465bed868 /package/rpcbind/Makefile | |
parent | d25d6364ce5742feb37ec9b8db9010163e46fdb0 (diff) |
rpcbind: update to 0.2.4
Diffstat (limited to 'package/rpcbind/Makefile')
-rw-r--r-- | package/rpcbind/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/rpcbind/Makefile b/package/rpcbind/Makefile index 252d046ca..3a91521f0 100644 --- a/package/rpcbind/Makefile +++ b/package/rpcbind/Makefile @@ -4,9 +4,9 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= rpcbind -PKG_VERSION:= 0.2.3 -PKG_RELEASE:= 2 -PKG_HASH:= 9897823a9d820ea011d9ea02054d5ab99469b9ca5346265fee380713c8fed27b +PKG_VERSION:= 0.2.4 +PKG_RELEASE:= 1 +PKG_HASH:= 074a9a530dc7c11e0d905aa59bcb0847c009313f02e98d3d798aa9568f414c66 PKG_DESCR:= converts rpc program numbers into universal addresses PKG_SECTION:= net/misc PKG_DEPENDS:= libtirpc |