mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Midnight Commander: Update to 4.8.19
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
acf0e4d2da
commit
a3fd3c237d
@@ -121,7 +121,13 @@ usr/share/mc/skins/modarin256root-defbg.ini
|
||||
usr/share/mc/skins/modarin256root.ini
|
||||
usr/share/mc/skins/nicedark.ini
|
||||
usr/share/mc/skins/sand256.ini
|
||||
usr/share/mc/skins/seasons-autumn16M.ini
|
||||
usr/share/mc/skins/seasons-spring16M.ini
|
||||
usr/share/mc/skins/seasons-summer16M.ini
|
||||
usr/share/mc/skins/seasons-winter16M.ini
|
||||
usr/share/mc/skins/xoria256.ini
|
||||
usr/share/mc/skins/yadt256-defbg.ini
|
||||
usr/share/mc/skins/yadt256.ini
|
||||
#usr/share/mc/syntax
|
||||
usr/share/mc/syntax/PKGBUILD.syntax
|
||||
usr/share/mc/syntax/Syntax
|
||||
@@ -176,6 +182,8 @@ usr/share/mc/syntax/named.syntax
|
||||
usr/share/mc/syntax/nemerle.syntax
|
||||
usr/share/mc/syntax/nroff.syntax
|
||||
usr/share/mc/syntax/octave.syntax
|
||||
usr/share/mc/syntax/opencl.syntax
|
||||
usr/share/mc/syntax/osl.syntax
|
||||
usr/share/mc/syntax/pascal.syntax
|
||||
usr/share/mc/syntax/perl.syntax
|
||||
usr/share/mc/syntax/php.syntax
|
||||
@@ -185,6 +193,7 @@ usr/share/mc/syntax/procmail.syntax
|
||||
usr/share/mc/syntax/properties.syntax
|
||||
usr/share/mc/syntax/puppet.syntax
|
||||
usr/share/mc/syntax/python.syntax
|
||||
usr/share/mc/syntax/r.syntax
|
||||
usr/share/mc/syntax/ruby.syntax
|
||||
usr/share/mc/syntax/sh.syntax
|
||||
usr/share/mc/syntax/slang.syntax
|
||||
@@ -201,5 +210,6 @@ usr/share/mc/syntax/unknown.syntax
|
||||
usr/share/mc/syntax/verilog.syntax
|
||||
usr/share/mc/syntax/vhdl.syntax
|
||||
usr/share/mc/syntax/xml.syntax
|
||||
usr/share/mc/syntax/yaml.syntax
|
||||
usr/share/mc/syntax/yum-repo.syntax
|
||||
usr/share/mc/syntax/yxx.syntax
|
||||
|
||||
8
lfs/mc
8
lfs/mc
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2016 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2017 IPFire Team <info@ipfire.org> #
|
||||
# #
|
||||
# This program is free software: you can redistribute it and/or modify #
|
||||
# it under the terms of the GNU General Public License as published by #
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 4.8.18
|
||||
VER = 4.8.19
|
||||
|
||||
THISAPP = mc-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = mc
|
||||
PAK_VER = 14
|
||||
PAK_VER = 15
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 85ff9279f912c5482fe9f110f8892c96
|
||||
$(DL_FILE)_MD5 = 57209d138c0adcb9ea01dfe6bbb4cb87
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user