diff options
Diffstat (limited to 'games/pysolfc/pysolfc.SlackBuild')
-rw-r--r-- | games/pysolfc/pysolfc.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/pysolfc/pysolfc.SlackBuild b/games/pysolfc/pysolfc.SlackBuild index c1758a7aee..f281a7973b 100644 --- a/games/pysolfc/pysolfc.SlackBuild +++ b/games/pysolfc/pysolfc.SlackBuild @@ -8,6 +8,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. +# 20250819 bkw: update for v3.4.0 (and cardset-minimal 3.1.0). # 20250329 bkw: update for v3.2.0 (cardset-minimal still 3.0.0). # 20240824 bkw: update for v3.0.0 (and cardset-minimal 3.0.0). @@ -44,12 +45,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pysolfc SRCNAM=PySolFC -VERSION=${VERSION:-3.2.0} +VERSION=${VERSION:-3.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -CARDSETVER=${CARDSETVER:-3.0.0} +CARDSETVER=${CARDSETVER:-3.1.0} CARDSETS=$SRCNAM-Cardsets--Minimal-$CARDSETVER if [ -z "$ARCH" ]; then |