diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-22 08:16:30 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-22 11:47:23 +0000 |
commit | 7ab1ff445ad56406c62e139a6f92ed6f3dc68eb2 (patch) | |
tree | d1963473f1fc6da5bf3e56c4dedf07603e4a39de | |
parent | fd3780a31af3e9ae8e99517948870d43390716a9 (diff) |
community/py3-pyhamcrest: upgrade to 2.0.2
-rw-r--r-- | community/py3-pyhamcrest/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pyhamcrest/APKBUILD b/community/py3-pyhamcrest/APKBUILD index 2cc71d9402a..3285f20143a 100644 --- a/community/py3-pyhamcrest/APKBUILD +++ b/community/py3-pyhamcrest/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=py3-pyhamcrest _pkgname=PyHamcrest -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=0 pkgdesc="Hamcrest framework for matcher objects" url="https://github.com/hamcrest/PyHamcrest" @@ -34,4 +34,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="29e85e83b1d7ed691f4fd9e21172149cd6bea702d5838208023641e68585b42a48106122574d6238b40cbb40601273e6202e6cf3a91b71f03d80f3dc1c72f94e PyHamcrest-2.0.1.tar.gz" +sha512sums="d6e510ca1e6533b425b424d411e23c4ee2a6bad2d635695e4e68f991fbdc57269c3a433361e431cb5dda7891278951d5de7a05f5c1c167714eecdaf74644d1c8 PyHamcrest-2.0.2.tar.gz" |