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