diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-23 14:47:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-23 19:07:43 +0200 |
commit | fc8ed92617b7ca44f0a8d5a2ebd55c728254d407 (patch) | |
tree | b2b79e042308763cca6276038039a9050df39fa4 | |
parent | 7646ea7af5a07617db0d68909270bf880285255a (diff) |
nano: update to 2.8.1
-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 5aa68404b..cc2ec90ce 100644 --- a/package/nano/Makefile +++ b/package/nano/Makefile @@ -4,15 +4,15 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= nano -PKG_VERSION:= 2.7.5 +PKG_VERSION:= 2.8.1 PKG_RELEASE:= 1 -PKG_HASH:= a64d24e6bc4fc448376d038f9a755af77f8e748c9051b6f45bf85e783a7e67e4 +PKG_HASH:= e935a8bb373345c833dff3a304c6d392775d206b94c802d9285ae80ac6b66d0b 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.7/ +PKG_SITES:= http://www.nano-editor.org/dist/v2.8/ include ${ADK_TOPDIR}/mk/package.mk |