diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-17 17:32:05 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-17 17:35:24 +0100 |
commit | a204b13bde32497ec22b0e68717018f49716ca62 (patch) | |
tree | e35fc955767df1a5544587025bd0eb8e96c4edb9 /community/py3-pyhamcrest/APKBUILD | |
parent | f644280f074c864c02035bcda27809d0514aaf8b (diff) | |
download | aports-a204b13bde32497ec22b0e68717018f49716ca62.tar.bz2 aports-a204b13bde32497ec22b0e68717018f49716ca62.tar.xz |
community/py3-pyhamcrest: upgrade to 1.10.1
Diffstat (limited to 'community/py3-pyhamcrest/APKBUILD')
-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 f704c7c570..f959795011 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=1.10.0 +pkgver=1.10.1 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="f218b973911aada45c7abd55e5a2db8c1d1516d608d3edab65c49d5e0155a16aa990c9f0bcce055381542c631d2337f1c3ff4da21f646edb3ea83faaf4977d95 PyHamcrest-1.10.0.tar.gz" +sha512sums="f7e79f7d26c4c6add042052e451898bbf5adf21b05a234cc62bce890d68f5997693b042a9daf136f7026040a8ab7bf28b829288417b947973dcb959bf613a37b PyHamcrest-1.10.1.tar.gz" |