Update Nano to 2.4.1
signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
This commit is contained in:
parent
b9e87eeb7d
commit
af75aedca0
1 changed files with 2 additions and 2 deletions
|
@ -8,14 +8,14 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=nano
|
||||
PKG_VERSION:=2.4.0
|
||||
PKG_VERSION:=2.4.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_LICENSE_FILES:=COPYING
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.4
|
||||
PKG_MD5SUM:=e5c9c6424ee2303663ae4b99ecd4b493
|
||||
PKG_MD5SUM:=1c612b478f976abf8ef926480c7a3684
|
||||
|
||||
PKG_INSTALL:=1
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
|
|
Loading…
Reference in a new issue