diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2017-07-18 16:54:08 +0300 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-03 11:27:45 +0000 |
commit | e7810cd694d5811f196ad374545b44a8a89df646 (patch) | |
tree | 4e7c599fc79e8c5ab9543aac4050461113f1f6c8 /testing/py-jmespath | |
parent | f45aece99faf6c5334ee7157b6711904ef74dd58 (diff) | |
download | aports-e7810cd694d5811f196ad374545b44a8a89df646.tar.bz2 aports-e7810cd694d5811f196ad374545b44a8a89df646.tar.xz |
testing/py-jmespath: upgrade to 0.9.3
Diffstat (limited to 'testing/py-jmespath')
-rw-r--r-- | testing/py-jmespath/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-jmespath/APKBUILD b/testing/py-jmespath/APKBUILD index 58441b116c..df121c1180 100644 --- a/testing/py-jmespath/APKBUILD +++ b/testing/py-jmespath/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Valery Kartel <valery.kartel@gmail.com> # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py-jmespath -pkgver=0.9.2 +pkgver=0.9.3 pkgrel=0 _pkgreal=${pkgname#py-} pkgdesc="JMESPath is a query language for JSON" @@ -45,4 +45,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="8363c234955d35d292ef27630a98d13c68e9f22d19892c44c68796eaa9c12d0a11921cfdbf9b517b2956b82943ae0b9dafc9a4b756bf0f15c4c6b1e3fe4efe1f jmespath-0.9.2.tar.gz" +sha512sums="eeab444df7a29c0bc64bd8064c942a5b02772d39d6d262dbef1d43ebaf7e4eb97c34fb1df3a47c6da011a632ec5f9b1ffe62ac51929e8d412368b907ebbb85a7 jmespath-0.9.3.tar.gz" |