python/tzdata: Updated for version 2024.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-10-03 20:38:04 -06:00 committed by Willy Sudiarto Raharjo
parent 415546b9e2
commit f96d58c57c
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=tzdata
VERSION=${VERSION:-2024.1}
VERSION=${VERSION:-2024.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="tzdata"
VERSION="2024.1"
VERSION="2024.2"
HOMEPAGE="https://github.com/python/tzdata"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2024.1.tar.gz"
MD5SUM="6ffd87c74f67524f8e58ae32868c1a95"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2024.2.tar.gz"
MD5SUM="bda38291e705ce8329a2d49128f072fa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-build python3-wheel"