diff options
author | B. Watson <urchlay@slackware.uk> | 2024-02-07 02:08:41 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:25 +0700 |
commit | c2572c514d395cb304eb78be2d408e6cc7e2a0b9 (patch) | |
tree | c44537f1d06a83a58bdb7757506c7a099465b872 /graphics | |
parent | d0dfe08368cc32fd2d42299abc338c9152cac8db (diff) |
graphics/mcomix: Updated for version 3.1.0.
Signed-off-by: B. Watson <urchlay@slackware.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mcomix/mcomix.SlackBuild | 3 | ||||
-rw-r--r-- | graphics/mcomix/mcomix.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/mcomix/mcomix.SlackBuild b/graphics/mcomix/mcomix.SlackBuild index 2c2d25dbabde4..2795c1b22c88a 100644 --- a/graphics/mcomix/mcomix.SlackBuild +++ b/graphics/mcomix/mcomix.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20240207 bkw: update for v3.1.0. # 20231124 bkw: update for v3.0.0. # 20230905 bkw: update for v2.3.0 # 20230822 bkw: update for v2.2.1. @@ -24,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mcomix -VERSION=${VERSION:-3.0.0} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/mcomix/mcomix.info b/graphics/mcomix/mcomix.info index 5482068a98bae..c50562ab6d578 100644 --- a/graphics/mcomix/mcomix.info +++ b/graphics/mcomix/mcomix.info @@ -1,9 +1,9 @@ PRGNAM="mcomix" -VERSION="3.0.0" +VERSION="3.1.0" HOMEPAGE="https://sourceforge.net/projects/mcomix/" -DOWNLOAD="https://downloads.sourceforge.net/project/mcomix/MComix-3.0.0/mcomix-3.0.0.tar.gz \ +DOWNLOAD="https://downloads.sourceforge.net/project/mcomix/MComix-3.1.0/mcomix-3.1.0.tar.gz \ https://slackware.uk/~urchlay/src/mcomix-good-icons.tar.xz" -MD5SUM="02e48327276c4a2d9942224fd3776c04 \ +MD5SUM="4d55265ebd28f24a86a7e88ef2d84353 \ dea5da6a93d316d3c4aad92ec40d1be1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" |