diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 17:09:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 18:54:25 +0200 |
commit | cb204c16bb2d9d0fe3841ead1be672e14d6d3261 (patch) | |
tree | 0f198fbc865ec7f491972b073954d57c0cdfc51e /package/nano/Makefile | |
parent | 781c4b46a012ffc8ac1cdf96eae7a2e4c770392e (diff) |
update to latest stable version
Diffstat (limited to 'package/nano/Makefile')
-rw-r--r-- | package/nano/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/nano/Makefile b/package/nano/Makefile index a53eb5652..1c2a3963f 100644 --- a/package/nano/Makefile +++ b/package/nano/Makefile @@ -4,15 +4,15 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= nano -PKG_VERSION:= 2.2.6 +PKG_VERSION:= 2.4.0 PKG_RELEASE:= 1 -PKG_HASH:= be68e133b5e81df41873d32c517b3e5950770c00fc5f4dd23810cd635abce67a +PKG_HASH:= 5076fb502680503e648cbdcbf2077e39fba193420ae19203f0a54cb2d94a75bd PKG_DESCR:= enhanced clone of the pico editor PKG_SECTION:= app/editor PKG_DEPENDS:= libncurses PKG_BUILDDEP:= ncurses PKG_URL:= http://www.nano-editor.org/ -PKG_SITES:= http://www.nano-editor.org/dist/v2.2/ +PKG_SITES:= http://www.nano-editor.org/dist/v2.4/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |