mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-yarl: Updated for version 1.15.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
689ad4f29e
commit
2cd50205b8
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-yarl
|
||||
VERSION=${VERSION:-1.14.0}
|
||||
VERSION=${VERSION:-1.15.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-yarl"
|
||||
VERSION="1.14.0"
|
||||
VERSION="1.15.2"
|
||||
HOMEPAGE="https://yarl.readthedocs.io/en/stable/"
|
||||
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.14.0/yarl-1.14.0.tar.gz"
|
||||
MD5SUM="3b0bfa26a44908048ff3468b1136a895"
|
||||
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.15.2/yarl-1.15.2.tar.gz"
|
||||
MD5SUM="6ef6de7be94644f12f42e5e783c34ca8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-expandvars python3-multidict python3-typing-extensions python3-propcache"
|
||||
|
|
Loading…
Reference in a new issue