* [PATCH] mc: Update to 4.8.24
@ 2020-01-25 18:48 Matthias Fischer
2020-01-26 10:11 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2020-01-25 18:48 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1677 bytes --]
For details see:
http://midnight-commander.org/wiki/NEWS-4.8.24
Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
config/rootfiles/packages/mc | 2 ++
lfs/mc | 6 +++---
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc
index 73ff588c7..42a6aadf4 100644
--- a/config/rootfiles/packages/mc
+++ b/config/rootfiles/packages/mc
@@ -111,6 +111,7 @@ usr/share/mc/skins/featured.ini
usr/share/mc/skins/gotar.ini
usr/share/mc/skins/gray-green-purple256.ini
usr/share/mc/skins/gray-orange-blue256.ini
+usr/share/mc/skins/julia256.ini
usr/share/mc/skins/mc46.ini
usr/share/mc/skins/modarcon16-defbg.ini
usr/share/mc/skins/modarcon16.ini
@@ -217,6 +218,7 @@ 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/yabasic.syntax
usr/share/mc/syntax/yaml.syntax
usr/share/mc/syntax/yum-repo.syntax
usr/share/mc/syntax/yxx.syntax
diff --git a/lfs/mc b/lfs/mc
index ff23c4064..528cb4d4a 100644
--- a/lfs/mc
+++ b/lfs/mc
@@ -24,7 +24,7 @@
include Config
-VER = 4.8.23
+VER = 4.8.24
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 = 18
+PAK_VER = 19
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 466c3135f727f8ac2102d060a080ace3
+$(DL_FILE)_MD5 = 3a11df2dd379dd67c497c8d2c344715c
install : $(TARGET)
--
2.18.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mc: Update to 4.8.24
2020-01-25 18:48 [PATCH] mc: Update to 4.8.24 Matthias Fischer
@ 2020-01-26 10:11 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2020-01-26 10:11 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1985 bytes --]
Reviewed-by: Michael Tremer <michael.tremer(a)ipfire.org>
> On 25 Jan 2020, at 18:48, Matthias Fischer <matthias.fischer(a)ipfire.org> wrote:
>
> For details see:
> http://midnight-commander.org/wiki/NEWS-4.8.24
>
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
> config/rootfiles/packages/mc | 2 ++
> lfs/mc | 6 +++---
> 2 files changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/config/rootfiles/packages/mc b/config/rootfiles/packages/mc
> index 73ff588c7..42a6aadf4 100644
> --- a/config/rootfiles/packages/mc
> +++ b/config/rootfiles/packages/mc
> @@ -111,6 +111,7 @@ usr/share/mc/skins/featured.ini
> usr/share/mc/skins/gotar.ini
> usr/share/mc/skins/gray-green-purple256.ini
> usr/share/mc/skins/gray-orange-blue256.ini
> +usr/share/mc/skins/julia256.ini
> usr/share/mc/skins/mc46.ini
> usr/share/mc/skins/modarcon16-defbg.ini
> usr/share/mc/skins/modarcon16.ini
> @@ -217,6 +218,7 @@ 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/yabasic.syntax
> usr/share/mc/syntax/yaml.syntax
> usr/share/mc/syntax/yum-repo.syntax
> usr/share/mc/syntax/yxx.syntax
> diff --git a/lfs/mc b/lfs/mc
> index ff23c4064..528cb4d4a 100644
> --- a/lfs/mc
> +++ b/lfs/mc
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 4.8.23
> +VER = 4.8.24
>
> 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 = 18
> +PAK_VER = 19
>
> DEPS = ""
>
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 466c3135f727f8ac2102d060a080ace3
> +$(DL_FILE)_MD5 = 3a11df2dd379dd67c497c8d2c344715c
>
> install : $(TARGET)
>
> --
> 2.18.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-01-26 10:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-25 18:48 [PATCH] mc: Update to 4.8.24 Matthias Fischer
2020-01-26 10:11 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox