X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Fnano%2FMakefile;h=020d550a751752e5c6199d55806354bb6064bb76;hp=9ac6cef5fc7d1672db471724f710a128c005d3df;hb=1dae61e6a2fc743f6bc8998ccc790a835ee4509a;hpb=0540a7deea582beca98a9f87a7ad9c74c5982dff diff --git a/utils/nano/Makefile b/utils/nano/Makefile index 9ac6cef5fc..020d550a75 100644 --- a/utils/nano/Makefile +++ b/utils/nano/Makefile @@ -4,17 +4,16 @@ # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # -# $Id$ include $(TOPDIR)/rules.mk PKG_NAME:=nano -PKG_VERSION:=2.0.7 +PKG_VERSION:=2.1.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.0 -PKG_MD5SUM:=16187fed2bdefec6275ece6401ce4cd2 +PKG_SOURCE_URL:=http://www.nano-editor.org/dist/v2.1 +PKG_MD5SUM:=41e9ffb4a055eba666cdb17c4e50ba21 include $(INCLUDE_DIR)/package.mk @@ -24,7 +23,7 @@ define Package/nano DEPENDS:=+libncurses TITLE:=An enhanced clone of the Pico text editor URL:=http://www.nano-editor.org/ - SUBMENU:=editors + SUBMENU:=Editors endef define Package/nano/description