[packages] mc: update to 4.8.10
authorLuka Perkov <luka@openwrt.org>
Thu, 19 Sep 2013 09:59:38 +0000 (09:59 +0000)
committerLuka Perkov <luka@openwrt.org>
Thu, 19 Sep 2013 09:59:38 +0000 (09:59 +0000)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38056

utils/mc/Makefile

index 41e35beb4c04df57d8c18f9f316d68816726c25b..f43c5a1f2d40abdff05acbea7535d4951dcbb1cc 100644 (file)
@@ -1,5 +1,5 @@
 # 
-# Copyright (C) 2006-2012 OpenWrt.org
+# Copyright (C) 2006-2013 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=mc
-PKG_VERSION:=4.7.5.3
-PKG_RELEASE:=2
+PKG_VERSION:=4.8.10
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://www.midnight-commander.org/downloads/
-PKG_MD5SUM:=6a67e139e0032d8a871455a80d490941
+PKG_MD5SUM:=eb4bdc23abd4fdfa14911d53d65c8186
 
 PKG_BUILD_PARALLEL:=1
 PKG_FIXUP:=autoreconf
@@ -28,7 +28,6 @@ define Package/mc
   TITLE:=midnight commander - a powerful file manager
   URL:=http://www.midnight-commander.org/
   SUBMENU:=filemanager
-  MAINTAINER:=Luka Perkov <openwrt@lukaperkov.net>
   MENU:=1
 endef