diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2020-03-05 00:19:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-05 00:19:15 +0700 |
commit | df60707bf16d22263dc69f18621cc2de9a92302b (patch) | |
tree | 0debdfabd2b3bdcf426f01feaad3c778d73cbbf5 /system/image-analyzer | |
parent | a839f3b61fd44fd7d46f8f4fd57ef74070ee38ca (diff) |
system/image-analyzer: Updated for version 3.2.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/image-analyzer')
-rw-r--r-- | system/image-analyzer/image-analyzer.SlackBuild | 4 | ||||
-rw-r--r-- | system/image-analyzer/image-analyzer.info | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/system/image-analyzer/image-analyzer.SlackBuild b/system/image-analyzer/image-analyzer.SlackBuild index 71a4be7c9559..80ca5eed0682 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 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2018-2020 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=image-analyzer -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/image-analyzer/image-analyzer.info b/system/image-analyzer/image-analyzer.info index 942e0e60a8e9..4c8c475f3d07 100644 --- a/system/image-analyzer/image-analyzer.info +++ b/system/image-analyzer/image-analyzer.info @@ -1,10 +1,10 @@ PRGNAM="image-analyzer" -VERSION="3.2.0" -HOMEPAGE="http://cdemu.sourceforge.net/about/analyzer/" -DOWNLOAD="http://downloads.sourceforge.net/cdemu/image-analyzer-3.2.0.tar.bz2" -MD5SUM="2cb747a9f2fed0e0dabceaecc0ad36aa" +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" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="libmirage pygobject3-python3 python3-matplotlib" +REQUIRES="libmirage pygobject3-python3 cairocffi python3-matplotlib" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |