diff options
Diffstat (limited to 'games/pysolfc')
-rw-r--r-- | games/pysolfc/pysolfc.SlackBuild | 5 | ||||
-rw-r--r-- | games/pysolfc/pysolfc.info | 10 |
2 files changed, 8 insertions, 7 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 diff --git a/games/pysolfc/pysolfc.info b/games/pysolfc/pysolfc.info index 034e934634..8f9ad6ede8 100644 --- a/games/pysolfc/pysolfc.info +++ b/games/pysolfc/pysolfc.info @@ -1,10 +1,10 @@ PRGNAM="pysolfc" -VERSION="3.2.0" +VERSION="3.4.0" HOMEPAGE="https://pysolfc.sourceforge.io" -DOWNLOAD="https://github.com/shlomif/PySolFC/archive/pysolfc-3.2.0/PySolFC-pysolfc-3.2.0.tar.gz \ - https://downloads.sourceforge.net/project/pysolfc/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-3.0.0.tar.xz" -MD5SUM="67c3e2e9b69442a0a0699f380531f2e6 \ - 0bdd0de61bfe5a97ad9eb10516f7356a" +DOWNLOAD="https://github.com/shlomif/PySolFC/archive/pysolfc-3.4.0/PySolFC-pysolfc-3.4.0.tar.gz \ + https://downloads.sourceforge.net/project/pysolfc/PySolFC-Cardsets/minimal/PySolFC-Cardsets--Minimal-3.1.0.tar.xz" +MD5SUM="9f95cfb309bcb24815fa548ee0def82a \ + a25fc96518c2b2d56dded0067bebfebf" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-configobj python3-attrs" |