mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
nnn: Update to version 2.8.1
Removed findutils-xargs dependency due to added busybox support in version 2.8 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
This commit is contained in:
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=nnn
|
PKG_NAME:=nnn
|
||||||
PKG_VERSION:=2.7
|
PKG_VERSION:=2.8.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-v$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/jarun/nnn/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/jarun/nnn/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=0592c7cbcf2cf66cacac49e9204636480820b1bc74e4187dd7ee06945a6d07c5
|
PKG_HASH:=cadf9cf8038433aeeb50a777180ad4b309ac7d2fec81c7da177ddca515812f06
|
||||||
|
|
||||||
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
|
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com>
|
||||||
PKG_LICENSE:=BSD-2-Clause
|
PKG_LICENSE:=BSD-2-Clause
|
||||||
@@ -21,7 +21,7 @@ define Package/nnn
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Full-featured terminal file manager
|
TITLE:=Full-featured terminal file manager
|
||||||
URL:=https://github.com/jarun/nnn
|
URL:=https://github.com/jarun/nnn
|
||||||
DEPENDS:=+libncurses +libreadline +findutils-xargs
|
DEPENDS:=+libncurses +libreadline
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/nnn/description
|
define Package/nnn/description
|
||||||
|
|||||||
Reference in New Issue
Block a user