diff options
-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="" |