diff options
author | B. Watson <yalhcru@gmail.com> | 2017-07-12 10:45:45 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:06 +0700 |
commit | c0fc3f1d6697766640f38d3fd5904386fc5e7edc (patch) | |
tree | 4b08904b1c9bac77376934e9f1e9c99066ff4b56 /graphics/psftools/psftools.SlackBuild | |
parent | 818320a5e741eeb1d2dc59e5ff6c4ee071c9cd6f (diff) |
graphics/psftools: Updated for version 1.0.10.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics/psftools/psftools.SlackBuild')
-rw-r--r-- | graphics/psftools/psftools.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild index e248ded82e71..072f82c2118c 100644 --- a/graphics/psftools/psftools.SlackBuild +++ b/graphics/psftools/psftools.SlackBuild @@ -6,8 +6,12 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20170712 bkw: +# - updated for v1.1.0 +# - expand the README since it was a bit too terse + PRGNAM=psftools -VERSION=${VERSION:-1.0.7} +VERSION=${VERSION:-1.0.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |