diff options
author | Tim Dickson <dickson.tim@googlemail.com> | 2023-07-21 21:46:55 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-21 21:46:55 +0700 |
commit | 0b4beeacc16e342c02a4d19e1c146557b38e752e (patch) | |
tree | 542536d1378ef9f871d24e68b1e6ae508e19fca4 /graphics/tuxpaint/tuxpaint.SlackBuild | |
parent | c1951cfba350f80fbdb2b388a1e6ab400d2553bc (diff) |
graphics/tuxpaint: Updated for version 0.9.31.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/tuxpaint/tuxpaint.SlackBuild')
-rw-r--r-- | graphics/tuxpaint/tuxpaint.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild index 6fff8bd3e2ac0..93e023b6e0caa 100644 --- a/graphics/tuxpaint/tuxpaint.SlackBuild +++ b/graphics/tuxpaint/tuxpaint.SlackBuild @@ -17,14 +17,14 @@ # 20230111 bkw: Modified by SlackBuilds.org: BUILD=4, just to force a # rebuild after libunibreak update to 5.1. # 20230407 tim: update to 0.9.29 and 0.0.20 -# 20230519 tim: update to 0.9.30 and 0.0.21 +# 20230519 tim: update to 0.9.31 and 0.0.22 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tuxpaint -VERSION=${VERSION:-0.9.30} -CONFVER=${CONFVER:-0.0.21} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.9.31} +CONFVER=${CONFVER:-0.0.22} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |