diff options
Diffstat (limited to 'graphics/tuxpaint/tuxpaint.SlackBuild')
-rw-r--r-- | graphics/tuxpaint/tuxpaint.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild index 40e21e1f86..7362a7149c 100644 --- a/graphics/tuxpaint/tuxpaint.SlackBuild +++ b/graphics/tuxpaint/tuxpaint.SlackBuild @@ -7,16 +7,17 @@ # re-written by Tim Dickson (dickson.tim@googlemail.com) # added tuxpaint-config 2019-02-11 -# previous update history cleaned out. -# 29239721 tun: update to 0.9.31 and 0.0.22 (fixed upstream makefile) +# last 3 updates history. +# 2025/06/01: bump version to 0.9.35 and config to 0.0.26 # 2024/01/29: bump version to 0.9.32 and config to 0.0.23 # 2024/07/18: bump version to 0.9.33 and config to 0.0.24 +# 2024/11/20: bump version to 0.9.34 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tuxpaint -VERSION=${VERSION:-0.9.33} -CONFVER=${CONFVER:-0.0.24} +VERSION=${VERSION:-0.9.35} +CONFVER=${CONFVER:-0.0.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |