diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 10:03:50 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-13 10:03:50 -0300 |
commit | db169dd968ac665f99c69efbbc8fc4a498e83046 (patch) | |
tree | 6a9f63d30099f183933b845972d2e9cd619002e8 | |
parent | 3edc03148ed01ea80e12fb2aa61bda95dd7e6d73 (diff) | |
download | aports-db169dd968ac665f99c69efbbc8fc4a498e83046.tar.bz2 aports-db169dd968ac665f99c69efbbc8fc4a498e83046.tar.xz |
testing/py3-schema: upgrade to 0.7.1
-rw-r--r-- | testing/py3-schema/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-schema/APKBUILD b/testing/py3-schema/APKBUILD index 31a5368b32..b25b966732 100644 --- a/testing/py3-schema/APKBUILD +++ b/testing/py3-schema/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sasha Gerrand <alpine-pkgs@sgerrand.com> pkgname=py3-schema _pkgname=schema -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=0 pkgdesc="Schema is a library for validating Python data structures" url="https://github.com/keleshev/$_pkgname" @@ -26,4 +26,4 @@ package() { PYTHONPATH="$PWD" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="2ea09f3111bcb22d70791159ca35098d230e93306d1d8ed9d44da0d8d29d740c5682620ce4b1465d9c2dfc7bd0bb50cce115393cd6d59c9a6e199381048e379e py3-schema-0.7.0.tar.gz" +sha512sums="c7b214bdc5fd1c9b9533c31d25521232bf5fb066572299a0aa533f7e46365de417b7cfbaa7f141977452f52538d23cfd72799d28a0160c135e0547d115717d34 py3-schema-0.7.1.tar.gz" |