From 9f1070dd989ad5bde1a803ce20782c75fbd17f0c Mon Sep 17 00:00:00 2001 From: dibdot Date: Mon, 23 Mar 2015 21:26:26 +0100 Subject: [PATCH] mc: bump version to 4.8.14 Update Midnight Commander to latest stable release. Major changes described here: https://www.midnight-commander.org/wiki/NEWS-4.8.14 Signed-off-by: Dirk Brenken --- utils/mc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/mc/Makefile b/utils/mc/Makefile index 1fb7beccc..617b48a71 100644 --- a/utils/mc/Makefile +++ b/utils/mc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mc -PKG_VERSION:=4.8.13 -PKG_RELEASE:=1.2 +PKG_VERSION:=4.8.14 +PKG_RELEASE:=1.3 PKG_MAINTAINER:=Dirk Brenken PKG_LICENSE:=GPL-3.0+ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://ftp.midnight-commander.org/ -PKG_MD5SUM:=d967caa12765eb86e52a6a63ca202500 +PKG_MD5SUM:=fbdaddb9edcf8925dcf3231331a8720b PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf