diff options
Diffstat (limited to 'misc/po4a/po4a.SlackBuild')
-rw-r--r-- | misc/po4a/po4a.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/po4a/po4a.SlackBuild b/misc/po4a/po4a.SlackBuild index 4455894891cce..90f406e92ec2c 100644 --- a/misc/po4a/po4a.SlackBuild +++ b/misc/po4a/po4a.SlackBuild @@ -7,6 +7,8 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20230103 bkw: update for v0.69. + # 20220110 bkw: # - new maintainer. # - relicense as WTFPL with permission from Didier. @@ -23,7 +25,7 @@ export LC_ALL=en_US.UTF-8 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=po4a -VERSION=${VERSION:-0.65} +VERSION=${VERSION:-0.69} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |