diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-01-30 16:18:02 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-31 10:15:39 +0700 |
commit | e711c6f3de02b1c23323e7a63107591a88b908ae (patch) | |
tree | ea37d3d44f61461d3eb4c4a2759b88478c9e50c7 /system/image-analyzer | |
parent | 216079a09e6c1c2fdfd7b9fa783c39d57ede4cad (diff) |
Update CDEmu software series
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/image-analyzer')
-rw-r--r-- | system/image-analyzer/image-analyzer.SlackBuild | 6 | ||||
-rw-r--r-- | system/image-analyzer/image-analyzer.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/image-analyzer/image-analyzer.SlackBuild b/system/image-analyzer/image-analyzer.SlackBuild index b17d3185b677..f80f2b78c9b0 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-2020 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2022 Isaac Yu <isaacyu1@isaacyu1.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.4} +VERSION=${VERSION:-3.2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -74,7 +74,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/system/image-analyzer/image-analyzer.info b/system/image-analyzer/image-analyzer.info index c5822408b732..cd6cec4a07f4 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.4" -HOMEPAGE="https://cdemu.sourceforge.net/about/analyzer/" -DOWNLOAD="https://downloads.sourceforge.net/cdemu/image-analyzer-3.2.4.tar.bz2" -MD5SUM="ae7cb81e5909805bf96ce9dfa3ad1328" +VERSION="3.2.5" +HOMEPAGE="https://cdemu.sourceforge.io/about/analyzer/" +DOWNLOAD="https://downloads.sourceforge.net/cdemu/image-analyzer-3.2.5.tar.xz" +MD5SUM="c192392c2b6f8ae1365cc55b872d0fe9" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmirage cairocffi python3-matplotlib" |