python/python3-aiohttp: Updated for version 3.7.4.post0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
76e0571f5d
commit
5bbbf4f14a
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python3-aiohttp
|
||||
VERSION=${VERSION:-3.7.4}
|
||||
VERSION=${VERSION:-3.7.4.post0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-aiohttp"
|
||||
VERSION="3.7.4"
|
||||
VERSION="3.7.4.post0"
|
||||
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
|
||||
DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.7.4/aiohttp-3.7.4.tar.gz"
|
||||
MD5SUM="024c67c8e6ba529e11d7486411cc3cda"
|
||||
DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.7.4.post0/aiohttp-3.7.4.post0.tar.gz"
|
||||
MD5SUM="d643e1dcbb79acd27aaaa9af3fc1e210"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gunicorn async-timeout python3-attrs yarl python-chardet typing-extensions"
|
||||
|
|
Loading…
Reference in New Issue