summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-11-02 14:35:33 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-11-04 02:09:46 +0100
commit5609d70d11197b00decf3c2edccc39863f10ec88 (patch)
tree5782375cae13275db14a97dac59f47f6d16e6205 /package
parentb3223d8976eadaa3a10ed9e77d57d92d1dcd3653 (diff)
nano: update to 5.9
Diffstat (limited to 'package')
-rw-r--r--package/nano/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/nano/Makefile b/package/nano/Makefile
index f32a963e6..1c6ae32c7 100644
--- a/package/nano/Makefile
+++ b/package/nano/Makefile
@@ -4,15 +4,15 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= nano
-PKG_VERSION:= 4.5
+PKG_VERSION:= 5.9
PKG_RELEASE:= 1
-PKG_HASH:= ded5c38f5ecd9de2b624e0db8013a375c169d3fbbd49575967b868847df8f533
+PKG_HASH:= 757db8cda4bb2873599e47783af463e3b547a627b0cabb30ea7bf71fb4c24937
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:= https://www.nano-editor.org/dist/v4/
+PKG_SITES:= https://www.nano-editor.org/dist/v5/
include ${ADK_TOPDIR}/mk/package.mk