diff options
-rw-r--r-- | games/pychess/pychess.SlackBuild | 4 | ||||
-rw-r--r-- | games/pychess/pychess.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/pychess/pychess.SlackBuild b/games/pychess/pychess.SlackBuild index 4aaeb5bf1a..650022bf85 100644 --- a/games/pychess/pychess.SlackBuild +++ b/games/pychess/pychess.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pychess -# Copyright 2015-2023 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2015-2025 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pychess -VERSION=${VERSION:-1.0.4} +VERSION=${VERSION:-1.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/pychess/pychess.info b/games/pychess/pychess.info index 399d198f06..b1deceb0b3 100644 --- a/games/pychess/pychess.info +++ b/games/pychess/pychess.info @@ -1,10 +1,10 @@ PRGNAM="pychess" -VERSION="1.0.4" +VERSION="1.0.5" HOMEPAGE="http://www.pychess.org/" -DOWNLOAD="https://github.com/pychess/pychess/releases/download/1.0.4/pychess-1.0.4.tar.gz" -MD5SUM="a25f6f7ea34f76e56a5f332cac562be3" +DOWNLOAD="https://github.com/pychess/pychess/releases/download/1.0.5/pychess-1.0.5.tar.gz" +MD5SUM="2ca921bedee5f0540a16d67edb9e795d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-websockets python3-psutil python3-pexpect SQLAlchemy stockfish" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" |