aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--system/mmv/mmv.SlackBuild4
-rw-r--r--system/mmv/mmv.info6
2 files changed, 6 insertions, 4 deletions
diff --git a/system/mmv/mmv.SlackBuild b/system/mmv/mmv.SlackBuild
index b2ee4e5618..6c8c38be14 100644
--- a/system/mmv/mmv.SlackBuild
+++ b/system/mmv/mmv.SlackBuild
@@ -6,6 +6,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
+# 20240813 bkw: update for v2.7.
# 20240314 bkw: update for v2.6.
# 20230822 bkw: update for v2.5.1.
# 20230711 bkw: update for v2.4.
@@ -24,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=mmv
-VERSION=${VERSION:-2.6}
+VERSION=${VERSION:-2.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -84,6 +85,7 @@ CXXFLAGS="$SLKCFLAGS" \
--build=$ARCH-slackware-linux
make
+rm mmv.1 ; make mmv.1 # breaks due to parallel build.
make install-strip DESTDIR=$PKG
gzip -9 $PKG/usr/man/man?/*.*
diff --git a/system/mmv/mmv.info b/system/mmv/mmv.info
index c0a440096a..d525a9e8da 100644
--- a/system/mmv/mmv.info
+++ b/system/mmv/mmv.info
@@ -1,8 +1,8 @@
PRGNAM="mmv"
-VERSION="2.6"
+VERSION="2.7"
HOMEPAGE="https://github.com/rrthomas/mmv/"
-DOWNLOAD="https://github.com/rrthomas/mmv/releases/download/v2.6/mmv-2.6.tar.gz"
-MD5SUM="052f216050024d648a1d69e21f5d9a60"
+DOWNLOAD="https://github.com/rrthomas/mmv/releases/download/v2.7/mmv-2.7.tar.gz"
+MD5SUM="1ce8a5508d84241cf8723de46e5c9ce6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""