From: Oskari Rauta Date: Mon, 9 May 2022 20:38:57 +0000 (+0300) Subject: nsutils: bump to new release X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8f66090160c2e9e837c80b961e046afc62fb698c;p=feed%2Fpackages.git 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 --- diff --git a/utils/nsutils/Makefile b/utils/nsutils/Makefile index 55c51539ef..b74af43e8e 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