]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/blobdiff - lfs/mc
Merge branch 'master' into next
[people/mfischer/ipfire-2.x.git] / lfs / mc
diff --git a/lfs/mc b/lfs/mc
index b5498ab24b1631c2aea3bd5a980627dc7e74b58b..55cd5d4385252f6d7f96c22fc2b5c0c2fbe3e6bd 100644 (file)
--- a/lfs/mc
+++ b/lfs/mc
@@ -24,7 +24,9 @@
 
 include Config
 
-VER        = 4.8.26
+SUMMARY    = Midnight Commander
+
+VER        = 4.8.27
 
 THISAPP    = mc-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,10 +34,12 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = mc
-PAK_VER    = 21
+PAK_VER    = 22
 
 DEPS       =
 
+SERVICES   =
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -44,7 +48,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3c1f77b71dba1f4eeeedc4276627fed7
+$(DL_FILE)_MD5 = e51cd40a897d9aa01af251d191637ca4
 
 install : $(TARGET)
 
@@ -54,7 +58,7 @@ download :$(patsubst %,$(DIR_DL)/%,$(objects))
 
 md5 : $(subst %,%_MD5,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################