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/image-analyzer.SlackBuild | |
parent | c97bd17ac886c33fb90b3954945e2c3b07907acc (diff) |
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/image-analyzer.SlackBuild')
-rw-r--r-- | system/image-analyzer/image-analyzer.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/image-analyzer/image-analyzer.SlackBuild b/system/image-analyzer/image-analyzer.SlackBuild index 6644d4c988750..d7895ea800932 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} |