Browse Source

nano: update to 4.5

Waldemar Brodkorb 4 years ago
parent
commit
2a02716e03
1 changed files with 3 additions and 3 deletions
  1. 3 3
      package/nano/Makefile

+ 3 - 3
package/nano/Makefile

@@ -4,15 +4,15 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		nano
-PKG_VERSION:=		2.9.1
+PKG_VERSION:=		4.5
 PKG_RELEASE:=		1
-PKG_HASH:=		6316d52d0d26af3e79a13dcb4db1c7a4aeac61b37fd9381e801a4189a2ecba7c
+PKG_HASH:=		ded5c38f5ecd9de2b624e0db8013a375c169d3fbbd49575967b868847df8f533
 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.9/
+PKG_SITES:=		https://www.nano-editor.org/dist/v4/
 
 include ${ADK_TOPDIR}/mk/package.mk