diff options
author | B. Watson <yalhcru@gmail.com> | 2019-11-29 05:52:16 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 17:06:19 +0700 |
commit | c2ae270a54339f32ddb55d5234271d2839492f85 (patch) | |
tree | e21fbe6bcdc8fa8bae2fbd68a593fcc42e3385d1 /graphics | |
parent | f0aa4dec5a7921d78834e68e19b867d110ce0e82 (diff) |
graphics/psftools: Updated for version 1.0.13.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/psftools/psftools.SlackBuild | 8 | ||||
-rw-r--r-- | graphics/psftools/psftools.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/graphics/psftools/psftools.SlackBuild b/graphics/psftools/psftools.SlackBuild index baec0d652c85..026c75ae1029 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 diff --git a/graphics/psftools/psftools.info b/graphics/psftools/psftools.info index c2e52451bee8..5557744398d1 100644 --- a/graphics/psftools/psftools.info +++ b/graphics/psftools/psftools.info @@ -1,8 +1,8 @@ PRGNAM="psftools" -VERSION="1.0.10" +VERSION="1.0.13" HOMEPAGE="http://www.seasip.info/Unix/PSF/index.html" -DOWNLOAD="http://www.seasip.info/Unix/PSF/psftools-1.0.10.tar.gz" -MD5SUM="c0037435aa44619be9c6c6dc8c4bccc1" +DOWNLOAD="http://www.seasip.info/Unix/PSF/psftools-1.0.13.tar.gz" +MD5SUM="47f8206bf55de8d2c456e4996e6766b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |