mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-distlib: Version bump to 0.3.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
04a550c968
commit
1dbb8b94b9
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for python3-distlib
|
||||
|
||||
# Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com>
|
||||
# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||
# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-distlib
|
||||
VERSION=${VERSION:-0.3.8}
|
||||
VERSION=${VERSION:-0.3.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-distlib"
|
||||
VERSION="0.3.8"
|
||||
VERSION="0.3.9"
|
||||
HOMEPAGE="https://distlib.readthedocs.io"
|
||||
DOWNLOAD="https://github.com/pypa/distlib/archive/refs/tags/0.3.8/distlib-0.3.8.tar.gz"
|
||||
MD5SUM="aec417e2f2f834d3ab602bb019135c87"
|
||||
DOWNLOAD="https://github.com/pypa/distlib/archive/refs/tags/0.3.9/distlib-0.3.9.tar.gz"
|
||||
MD5SUM="0c3bb7d1236c6c774cf678b46e4e0da5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-build python3-wheel"
|
||||
|
|
Loading…
Reference in a new issue