diff options
author | Juergen Daubert <jue@jue.li> | 2016-10-03 12:09:27 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2016-10-03 12:09:27 +0200 |
commit | 0e7088643a7f49a0276fdbe95cfa2a266eb32cda (patch) | |
tree | dd568ddbe97fe3fe872f7aa16e6dd45846952919 /mc | |
parent | 4e31d38353c12f9c0965a93b1568d6169db5109c (diff) | |
download | opt-0e7088643a7f49a0276fdbe95cfa2a266eb32cda.tar.gz opt-0e7088643a7f49a0276fdbe95cfa2a266eb32cda.tar.xz |
mc: update to 4.8.18
Diffstat (limited to 'mc')
-rw-r--r-- | mc/.footprint | 2 | ||||
-rw-r--r-- | mc/.md5sum | 2 | ||||
-rw-r--r-- | mc/Pkgfile | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/mc/.footprint b/mc/.footprint index e7e65faf0..14fbc7c95 100644 --- a/mc/.footprint +++ b/mc/.footprint @@ -140,6 +140,7 @@ drwxr-xr-x root/root usr/share/mc/syntax/ -rw-r--r-- root/root usr/share/mc/syntax/cmake.syntax -rw-r--r-- root/root usr/share/mc/syntax/cs.syntax -rw-r--r-- root/root usr/share/mc/syntax/css.syntax +-rw-r--r-- root/root usr/share/mc/syntax/cuda.syntax -rw-r--r-- root/root usr/share/mc/syntax/cxx.syntax -rw-r--r-- root/root usr/share/mc/syntax/cython.syntax -rw-r--r-- root/root usr/share/mc/syntax/d.syntax @@ -156,6 +157,7 @@ drwxr-xr-x root/root usr/share/mc/syntax/ -rw-r--r-- root/root usr/share/mc/syntax/f90.syntax -rw-r--r-- root/root usr/share/mc/syntax/filehighlight.syntax -rw-r--r-- root/root usr/share/mc/syntax/fortran.syntax +-rw-r--r-- root/root usr/share/mc/syntax/glsl.syntax -rw-r--r-- root/root usr/share/mc/syntax/go.syntax -rw-r--r-- root/root usr/share/mc/syntax/haskell.syntax -rw-r--r-- root/root usr/share/mc/syntax/html.syntax diff --git a/mc/.md5sum b/mc/.md5sum index a3a3d5a5f..e98577397 100644 --- a/mc/.md5sum +++ b/mc/.md5sum @@ -1 +1 @@ -0b3965f3267a76d895ce8ab90df2402b mc-4.8.17.tar.xz +85ff9279f912c5482fe9f110f8892c96 mc-4.8.18.tar.xz diff --git a/mc/Pkgfile b/mc/Pkgfile index 3b1e00171..8f0d37bb7 100644 --- a/mc/Pkgfile +++ b/mc/Pkgfile @@ -4,7 +4,7 @@ # Depends on: util-linux ncurses glib name=mc -version=4.8.17 +version=4.8.18 release=1 source=(http://ftp.osuosl.org/pub/midnightcommander/$name-$version.tar.xz) |