diff options
author | Isaac Yu <isaacyu@protonmail.com> | 2025-06-29 14:48:57 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-07-05 10:09:51 +0700 |
commit | f97a28c93c3f70e2565c99f659cb23f2eb6ff37c (patch) | |
tree | 2dd71233c0615af99a669629c33f2156269e3b8c | |
parent | d326f5493c1648d0ffc7e440a6e563d329d604bf (diff) |
graphics/maim: Updated for version 5.8.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | graphics/maim/maim.SlackBuild | 4 | ||||
-rw-r--r-- | graphics/maim/maim.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/maim/maim.SlackBuild b/graphics/maim/maim.SlackBuild index 161480adec..3431bdb804 100644 --- a/graphics/maim/maim.SlackBuild +++ b/graphics/maim/maim.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for maim # Copyright 2019 klorophatu <klorophatu@krutt.org> -# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2022-2025 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=maim -VERSION=${VERSION:-5.8.0} +VERSION=${VERSION:-5.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/graphics/maim/maim.info b/graphics/maim/maim.info index be9208b41d..90a4540ef3 100644 --- a/graphics/maim/maim.info +++ b/graphics/maim/maim.info @@ -1,8 +1,8 @@ PRGNAM="maim" -VERSION="5.8.0" +VERSION="5.8.1" HOMEPAGE="https://github.com/naelstrof/maim" -DOWNLOAD="https://github.com/naelstrof/maim/archive/v5.8.0/maim-5.8.0.tar.gz" -MD5SUM="4364b51a607fdaa6c2eeaa9d87f84727" +DOWNLOAD="https://github.com/naelstrof/maim/archive/v5.8.1/maim-5.8.1.tar.gz" +MD5SUM="fb4a818d12969ce5e5e3af2f38956362" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="slop" |