diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-elasticsearch/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-elasticsearch/APKBUILD b/testing/py3-elasticsearch/APKBUILD index d619b89fc2..25eebc7b6a 100644 --- a/testing/py3-elasticsearch/APKBUILD +++ b/testing/py3-elasticsearch/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=py3-elasticsearch _pkgname=elasticsearch-py -pkgver=7.0.5 -pkgrel=1 +pkgver=7.1.0 +pkgrel=0 pkgdesc="Official Python low-level client for Elasticsearch" url="https://elasticsearch-py.readthedocs.io/" arch="noarch" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="c4224cee6f7739ad932036f2afc6ed20ead16829d42f40b79e08d6714b4a247f019175739fb5a93bcea5bba391bd9f54cadcd31d42ff9411da414d08c140049b py3-elasticsearch-7.0.5.tar.gz" +sha512sums="af6dc6f200190e57d37d5c771da6cf9b3cbeee8f4bbffbe0b9466fe88496b9c45d44ef40c2d5379e4fa9cc54ce61c46b35a578e3ae99b82afeacd132bf2c6ad6 py3-elasticsearch-7.1.0.tar.gz" |