diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-09-28 04:51:43 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-09-28 08:05:03 +0000 |
commit | 3085c98d88f740ad852b3321243627c1f40ec5bb (patch) | |
tree | 19ac3c8f227d5c5eed9558e02642dfa554420f54 | |
parent | 8ccca7e36ea80f85486f34b35342976d1452b4e7 (diff) | |
download | aports-3085c98d88f740ad852b3321243627c1f40ec5bb.tar.gz aports-3085c98d88f740ad852b3321243627c1f40ec5bb.tar.bz2 aports-3085c98d88f740ad852b3321243627c1f40ec5bb.tar.xz |
community/py3-treq: upgrade to 20.9.0
-rw-r--r-- | community/py3-treq/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-treq/APKBUILD b/community/py3-treq/APKBUILD index aec7983e672..207a26a1200 100644 --- a/community/py3-treq/APKBUILD +++ b/community/py3-treq/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-treq -pkgver=20.4.1 +pkgver=20.9.0 pkgrel=0 pkgdesc="py3-requests-like API build on top of Twisted's HTTP client" url="https://github.com/twisted/treq" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="d08b95834ca02bb2c0f5b7c2306d8c4b4309939894c4f4eb61ed28c32258a5baa13ab7f1cf414b2c211fbb7a2964e033e45cbe3d9eb0020fd4bd80bb5845cbe5 py3-treq-20.4.1.tar.gz" +sha512sums="65eb8d353d835d85cfeb0edadf6a91c9f215a70acf044d9e4a18a4a796a483543197f6b0ebaa89d33516305b2ea9d00bb0a3448db765135207f7a619cb4bd08a py3-treq-20.9.0.tar.gz" |