graphics/tuxpaint: Updated for version 0.9.32.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2024-02-02 08:13:10 +07:00 committed by Willy Sudiarto Raharjo
parent 2356450285
commit 585b0e1d2a
2 changed files with 9 additions and 8 deletions

View File

@ -9,13 +9,14 @@
# previous update history cleaned out.
# 29239721 tun: update to 0.9.31 and 0.0.22 (fixed upstream makefile)
# 2024/01/29: bump version to 0.9.32 and config to 0.0.23
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tuxpaint
VERSION=${VERSION:-0.9.31}
CONFVER=${CONFVER:-0.0.22}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.9.32}
CONFVER=${CONFVER:-0.0.23}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="tuxpaint"
VERSION="0.9.31"
VERSION="0.9.32"
HOMEPAGE="https://tuxpaint.org"
DOWNLOAD="https://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.31.tar.gz \
https://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.22.tar.gz"
MD5SUM="af0877815de9f5ea0c8de1cd95710b6c \
167299c1df0bef7c5c5de85b4c993386"
DOWNLOAD="https://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.32.tar.gz \
https://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.23.tar.gz"
MD5SUM="f556f36bf71167ce163ac41c6199bac0 \
18ea8151cbb927310f2fab11e34034a0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libpaper SDL2_Pango fltk pngquant libunibreak"