python/python3-aiohttp: Fix MD5SUM.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-09 22:11:39 +13:00 committed by Willy Sudiarto Raharjo
parent 19632d14ed
commit 40ad6dce48
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -2,7 +2,7 @@ PRGNAM="python3-aiohttp"
VERSION="3.8.1"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
DOWNLOAD="https://files.pythonhosted.org/packages/5a/86/5f63de7a202550269a617a5d57859a2961f3396ecd1739a70b92224766bc/aiohttp-3.8.1.tar.gz"
MD5SUM="22dacb5f2b1972813eb4b9502cfd3571"
MD5SUM="faf7726dc65a940272874c0f441e8ec6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gunicorn async-timeout python3-attrs yarl aiosignal"