diff options
author | isaackwy <isaacyu@protonmail.com> | 2023-12-22 14:09:52 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-29 18:49:36 +0700 |
commit | c1b80a7889a58907dce638ef847768a7f988c19c (patch) | |
tree | 3b008ed02d913f54f73f0922e839ea454370ea3e /system/image-analyzer | |
parent | 6836e9aca6537d264a9d61e353264f05feb2bfb2 (diff) |
syste/image-analyzer: Update for 3.2.6
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/image-analyzer')
-rw-r--r-- | system/image-analyzer/image-analyzer.SlackBuild | 7 | ||||
-rw-r--r-- | system/image-analyzer/image-analyzer.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/system/image-analyzer/image-analyzer.SlackBuild b/system/image-analyzer/image-analyzer.SlackBuild index 61815130cefd..236eeb0b471b 100644 --- a/system/image-analyzer/image-analyzer.SlackBuild +++ b/system/image-analyzer/image-analyzer.SlackBuild @@ -4,7 +4,7 @@ # Application to display tree structure of disc images # Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com> -# Copyright 2018-2022 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2018-2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=image-analyzer -VERSION=${VERSION:-3.2.5} +VERSION=${VERSION:-3.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/system/image-analyzer/image-analyzer.info b/system/image-analyzer/image-analyzer.info index dffeb11893fe..143681f99130 100644 --- a/system/image-analyzer/image-analyzer.info +++ b/system/image-analyzer/image-analyzer.info @@ -1,8 +1,8 @@ PRGNAM="image-analyzer" -VERSION="3.2.5" +VERSION="3.2.6" HOMEPAGE="https://cdemu.sourceforge.io/about/analyzer/" -DOWNLOAD="https://downloads.sourceforge.net/cdemu/image-analyzer-3.2.5.tar.xz" -MD5SUM="c192392c2b6f8ae1365cc55b872d0fe9" +DOWNLOAD="https://downloads.sourceforge.net/cdemu/image-analyzer-3.2.6.tar.xz" +MD5SUM="6579397c0c143173bf57d010eba77257" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmirage python3-cairocffi python3-matplotlib" |