python/pygame: Updated for version 2.0.2

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2021-10-24 23:32:13 +13:00 committed by Willy Sudiarto Raharjo
parent 23579fd67a
commit f5b66201e1
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pygame
VERSION=${VERSION:-2.0.1}
VERSION=${VERSION:-2.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="pygame"
VERSION="2.0.1"
VERSION="2.0.2"
HOMEPAGE="http://www.pygame.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/c7/b8/06e02c7cca7aec915839927a9aa19f749ac17a3d2bb2610b945d2de0aa96/pygame-2.0.1.tar.gz"
MD5SUM="6353c0eb2367f70b8c8d07d3decc1e46"
DOWNLOAD="https://files.pythonhosted.org/packages/01/45/06d6b0ba2abee5f5606f73ef9f10e95ba178eb63fa3f65f948a4863aac6b/pygame-2.0.2.tar.gz"
MD5SUM="e94c1b7fff782a43c6dfeb726df8ae94"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="portmidi"