diff options
author | B. Watson <urchlay@slackware.uk> | 2023-06-25 02:50:01 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:56 +0700 |
commit | 21763cff837d09529076042f59d95d20ac96b1a2 (patch) | |
tree | 6bf3e15a9fa1b31daa0a1ea0522f92602cff6c6b /graphics | |
parent | 156e7ac3554c2f3f52358c4e19074cbcbc7c33d1 (diff) |
graphics/mcomix: Updated for version 2.1.1.
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 | 7 | ||||
-rw-r--r-- | graphics/mcomix/mcomix.info | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/graphics/mcomix/mcomix.SlackBuild b/graphics/mcomix/mcomix.SlackBuild index 059cdc6c4e30..1dcf7fde95e3 100644 --- a/graphics/mcomix/mcomix.SlackBuild +++ b/graphics/mcomix/mcomix.SlackBuild @@ -6,6 +6,11 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230625 bkw: update for v2.1.1. +# Note to self: it would be possible to use bsdtar in place of unrar +# and p7zip, but it would require too much patching. Better to talk +# upstream into adding it as an option. + # 20230111 bkw: This is an all-new SlackBuild for mcomix. We removed # mcomix from SBo in May of 2020 because it needed python2 libraries # that no longer existed in Slackware. It was replaced with mcomix3, @@ -15,7 +20,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mcomix -VERSION=${VERSION:-2.1.0} +VERSION=${VERSION:-2.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/mcomix/mcomix.info b/graphics/mcomix/mcomix.info index d115cae26ed7..59855110a166 100644 --- a/graphics/mcomix/mcomix.info +++ b/graphics/mcomix/mcomix.info @@ -1,8 +1,8 @@ PRGNAM="mcomix" -VERSION="2.1.0" +VERSION="2.1.1" HOMEPAGE="https://sourceforge.net/projects/mcomix/" -DOWNLOAD="https://downloads.sourceforge.net/project/mcomix/MComix-2.1.0/mcomix-2.1.0.tar.gz" -MD5SUM="60648a4de2aca03e9c716c7a9bb1f0d4" +DOWNLOAD="https://downloads.sourceforge.net/project/mcomix/MComix-2.1.1/mcomix-2.1.1.tar.gz" +MD5SUM="cd97a30feeb92e0d251320a5ed1c009e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |