From 241a7198a090a7ac565c6c09a692debe7a27729b Mon Sep 17 00:00:00 2001 From: Oskari Rauta Date: Mon, 9 May 2022 23:38:57 +0300 Subject: [PATCH] nsutils: bump to new release Few minor changes, like -h flag for program (help). Added URL to package definition. No new version release with version number, so version stays as is, but pkg_release is still bumbed with this commit. Signed-off-by: Oskari Rauta (cherry picked from commit 8f66090160c2e9e837c80b961e046afc62fb698c) --- utils/nsutils/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/utils/nsutils/Makefile b/utils/nsutils/Makefile index 55c51539e..b74af43e8 100644 --- a/utils/nsutils/Makefile +++ b/utils/nsutils/Makefile @@ -13,8 +13,8 @@ PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/rd235/nsutils.git -PKG_SOURCE_DATE:=2022-02-27 -PKG_SOURCE_VERSION:=d70867d11d455c19aece0c75791dae5c40b88ca6 +PKG_SOURCE_DATE:=2022-05-09 +PKG_SOURCE_VERSION:=905c12d46f676984f9a0f63981757f0928c2d22e PKG_MIRROR_HASH:=94b33cde9240bad9803e2c796437d59c57405e3da95cdb762c9ba8fe041e9643 PKG_FIXUP:=autoreconf @@ -29,6 +29,7 @@ define Package/nsutils CATEGORY:=Utilities TITLE:=Linux namespace utilities DEPENDS:=+libbsd +libcap + URL:=https://github.com/rd235/nsutils endef define Package/nsutils/description