diff options
Diffstat (limited to 'graphics/psftools/psftools.SlackBuild')
-rw-r--r-- | graphics/psftools/psftools.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild index baec0d652c851..026c75ae10296 100644 --- a/graphics/psftools/psftools.SlackBuild +++ b/graphics/psftools/psftools.SlackBuild @@ -6,17 +6,19 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20191129 bkw: updated for v1.0.13 + # 20180112 bkw: # - BUILD=2 # - install the fonts that ship with the source, for use with the console. # 20170712 bkw: -# - updated for v1.1.0 +# - updated for v1.0.10 # - expand the README since it was a bit too terse PRGNAM=psftools -VERSION=${VERSION:-1.0.10} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.0.13} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |