mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2025-01-15 03:41:11 +01:00
pytz: Upgraded to 2020.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
b0d3e1af61
commit
e24132afcc
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
||||||
# Modified for CSB Project
|
# Modified for CSB Project
|
||||||
|
|
||||||
PRGNAM=pytz
|
PRGNAM=pytz
|
||||||
VERSION=${VERSION:-2020.1}
|
VERSION=${VERSION:-2020.4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_csb}
|
TAG=${TAG:-_csb}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wget -c https://files.pythonhosted.org/packages/f4/f6/94fee50f4d54f58637d4b9987a1b862aeb6cd969e73623e02c5c00755577/pytz-2020.1.tar.gz
|
wget -c https://files.pythonhosted.org/packages/09/07/448a8887c7195450604dfc0305d80d74324c36ee18ed997664051d4bffe3/pytz-2020.4.tar.gz
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
TMP=${TMP:-/tmp/csb}
|
TMP=${TMP:-/tmp/csb}
|
||||||
|
|
Loading…
Reference in a new issue