mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/tuxpaint: Updated for version 0.9.33.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c162626e5e
commit
e29c00b823
2 changed files with 8 additions and 7 deletions
|
@ -10,12 +10,13 @@
|
|||
# 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
|
||||
# 2024/07/18: bump version to 0.9.33 and config to 0.0.24
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tuxpaint
|
||||
VERSION=${VERSION:-0.9.32}
|
||||
CONFVER=${CONFVER:-0.0.23}
|
||||
VERSION=${VERSION:-0.9.33}
|
||||
CONFVER=${CONFVER:-0.0.24}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="tuxpaint"
|
||||
VERSION="0.9.32"
|
||||
VERSION="0.9.33"
|
||||
HOMEPAGE="https://tuxpaint.org"
|
||||
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="https://downloads.sourceforge.net/tuxpaint/tuxpaint-0.9.33.tar.gz \
|
||||
https://downloads.sourceforge.net/tuxpaint/tuxpaint-config-0.0.24.tar.gz"
|
||||
MD5SUM="414b34109f60b803b05c5e4f3b65edbc \
|
||||
c3a7e5dfc0bd3c7a7b35fd727b55a9dc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libpaper SDL2_Pango fltk pngquant libunibreak"
|
||||
|
|
Loading…
Reference in a new issue