diff options
Diffstat (limited to 'graphics/tuxpaint/tuxpaint.SlackBuild')
-rw-r--r-- | graphics/tuxpaint/tuxpaint.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/tuxpaint/tuxpaint.SlackBuild b/graphics/tuxpaint/tuxpaint.SlackBuild index 7b7a46be08..7362a7149c 100644 --- a/graphics/tuxpaint/tuxpaint.SlackBuild +++ b/graphics/tuxpaint/tuxpaint.SlackBuild @@ -8,6 +8,7 @@ # added tuxpaint-config 2019-02-11 # 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 @@ -15,8 +16,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=tuxpaint -VERSION=${VERSION:-0.9.34} -CONFVER=${CONFVER:-0.0.24} +VERSION=${VERSION:-0.9.35} +CONFVER=${CONFVER:-0.0.26} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |