diff options
author | B. Watson <yalhcru@gmail.com> | 2020-12-08 02:40:46 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-12-12 07:09:27 +0700 |
commit | 846cbdf9991c02a8736871b1b7d58e0e7561dc72 (patch) | |
tree | 421c0b264b1449bc44d67165ea456b53ef9e96dc /graphics/psftools/psftools.SlackBuild | |
parent | 3feca10cf21efe44a577e37a1a3e08b04393b2e5 (diff) |
graphics/psftools: Updated for version 1.0.14.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/psftools/psftools.SlackBuild')
-rw-r--r-- | graphics/psftools/psftools.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild index 1282dff0d1701..a490a80637ea8 100644 --- a/graphics/psftools/psftools.SlackBuild +++ b/graphics/psftools/psftools.SlackBuild @@ -6,6 +6,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20201208 bkw: updated for v1.0.14 # 20191129 bkw: updated for v1.0.13 # 20180112 bkw: @@ -17,7 +18,7 @@ # - expand the README since it was a bit too terse PRGNAM=psftools -VERSION=${VERSION:-1.0.13} +VERSION=${VERSION:-1.0.14} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |