diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/mmv/mmv.SlackBuild | 3 | ||||
-rw-r--r-- | system/mmv/mmv.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/system/mmv/mmv.SlackBuild b/system/mmv/mmv.SlackBuild index caadbcbb5c7f8..c788b861742c9 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. +# 20230822 bkw: update for v2.5.1. # 20230711 bkw: update for v2.4. # 20221228 bkw: update for v2.3. @@ -22,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mmv -VERSION=${VERSION:-2.4} +VERSION=${VERSION:-2.5.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/mmv/mmv.info b/system/mmv/mmv.info index 7ad59d6c45c60..7ba8df26c129d 100644 --- a/system/mmv/mmv.info +++ b/system/mmv/mmv.info @@ -1,8 +1,8 @@ PRGNAM="mmv" -VERSION="2.4" +VERSION="2.5.1" HOMEPAGE="https://github.com/rrthomas/mmv/" -DOWNLOAD="https://github.com/rrthomas/mmv/releases/download/v2.4/mmv-2.4.tar.gz" -MD5SUM="3d3df965c04a6652a07c8ed936ecc4ae" +DOWNLOAD="https://github.com/rrthomas/mmv/releases/download/v2.5.1/mmv-2.5.1.tar.gz" +MD5SUM="4a9094339e80a4926efeb387c0e94f3e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |