diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2018-05-20 00:07:54 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-20 08:35:09 +0700 |
commit | 20fc033d84c61efd5238e7a5eb7b092badd0a1f1 (patch) | |
tree | bd1c4d1f3ca8fa6c937fbabc92657aa80fe0d06b /system/image-analyzer | |
parent | c97bd17ac886c33fb90b3954945e2c3b07907acc (diff) | |
download | slackbuilds-20fc033d84c61efd5238e7a5eb7b092badd0a1f1.tar.gz |
system/image-analyzer: Updated for version 3.1.0 + new maintainer.
Signed-off-by: David Spencer <idlemoor@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 | 10 |
2 files changed, 9 insertions, 8 deletions
diff --git a/system/image-analyzer/image-analyzer.SlackBuild b/system/image-analyzer/image-analyzer.SlackBuild index 6644d4c988..d7895ea800 100644 --- a/system/image-analyzer/image-analyzer.SlackBuild +++ b/system/image-analyzer/image-analyzer.SlackBuild @@ -1,9 +1,10 @@ #!/bin/sh -# Slackware build script for image-analyser +# Slackware build script for image-analyzer # Application to display tree structure of disc images -# Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil +# Copyright 2010-2013 Niels Horn, Rio de Janeiro, RJ, Brazil <niels.horn@gmail.com> +# Copyright 2018 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=image-analyzer -VERSION=${VERSION:-3.0.1} +VERSION=${VERSION:-3.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/image-analyzer/image-analyzer.info b/system/image-analyzer/image-analyzer.info index a2ca4b1ee8..4defe63510 100644 --- a/system/image-analyzer/image-analyzer.info +++ b/system/image-analyzer/image-analyzer.info @@ -1,10 +1,10 @@ PRGNAM="image-analyzer" -VERSION="3.0.1" +VERSION="3.1.0" HOMEPAGE="http://cdemu.sourceforge.net/about/analyzer/" -DOWNLOAD="http://downloads.sourceforge.net/cdemu/image-analyzer-3.0.1.tar.bz2" -MD5SUM="3cc52e88432f3db836ca1d6356944c23" +DOWNLOAD="http://downloads.sourceforge.net/cdemu/image-analyzer-3.1.0.tar.bz2" +MD5SUM="e8b638fb92a4b6fda9e9e8d38cc50a01" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libmirage" -MAINTAINER="Niels Horn" -EMAIL="niels.horn@gmail.com" +MAINTAINER="Isaac Yu" +EMAIL="isaacyu1@isaacyu1.com" |