mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/yarl: Updated for version 1.8.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e8ea3cd54e
commit
6f749a91b3
2 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=yarl
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yarl"
|
||||
VERSION="1.7.2"
|
||||
VERSION="1.8.1"
|
||||
HOMEPAGE="https://yarl.readthedocs.io/en/stable/"
|
||||
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.7.2/yarl-1.7.2.tar.gz"
|
||||
MD5SUM="fa4da1667783059e3c5ffde784f39b1b"
|
||||
DOWNLOAD="https://github.com/aio-libs/yarl/archive/v1.8.1/yarl-1.8.1.tar.gz"
|
||||
MD5SUM="60391cb3392b9448345cbc52832b27f4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-multidict"
|
||||
|
|
Loading…
Reference in a new issue