mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/tzdata: Updated for version 2024.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9c45def0cd
commit
b5a58fa9bf
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for tzdata
|
||||
|
||||
# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=tzdata
|
||||
VERSION=${VERSION:-2023.4}
|
||||
VERSION=${VERSION:-2024.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tzdata"
|
||||
VERSION="2023.4"
|
||||
VERSION="2024.1"
|
||||
HOMEPAGE="https://github.com/python/tzdata"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2023.4.tar.gz"
|
||||
MD5SUM="ffa9d848d7e4f67f30479af0acd7a465"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/tzdata/tzdata-2024.1.tar.gz"
|
||||
MD5SUM="6ffd87c74f67524f8e58ae32868c1a95"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build python3-wheel"
|
||||
|
|
Loading…
Reference in a new issue