mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/tzdata: Updated for version 2022.7.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
db4c8e606c
commit
05f4126133
2 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=tzdata
|
PRGNAM=tzdata
|
||||||
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
SRCNAM=$(echo $PRGNAM | sed "s/python3-//")
|
||||||
VERSION=${VERSION:-2022.6}
|
VERSION=${VERSION:-2022.7}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="tzdata"
|
PRGNAM="tzdata"
|
||||||
VERSION="2022.6"
|
VERSION="2022.7"
|
||||||
HOMEPAGE="https://github.com/python/tzdata"
|
HOMEPAGE="https://github.com/python/tzdata"
|
||||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2022.6.tar.gz"
|
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2022.7.tar.gz"
|
||||||
MD5SUM="2ad4652fecc6ef4f6794726d3f367363"
|
MD5SUM="e2ba3171df69993f945a4bb70a2e443f"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="python3-build python3-installer wheel"
|
REQUIRES="python3-build python3-installer wheel"
|
||||||
|
|
Loading…
Reference in a new issue