|
|
@ -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 <dibdot@gmail.com> |
|
|
|
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 |
|
|
|