diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-06-07 08:07:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-07 12:59:12 +0000 |
commit | d75b5e931b6b290f3143879be764b6a28c7370a6 (patch) | |
tree | c20b3c6182790d2ad861a89a81a4aff2444c3a1d /testing/py-influxdb | |
parent | 0f00ecc57c8cd723957d9853fe3771b689eb8cca (diff) | |
download | aports-d75b5e931b6b290f3143879be764b6a28c7370a6.tar.bz2 aports-d75b5e931b6b290f3143879be764b6a28c7370a6.tar.xz |
testing/py-influxdb: upgrade to 4.1.1
Diffstat (limited to 'testing/py-influxdb')
-rw-r--r-- | testing/py-influxdb/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/py-influxdb/APKBUILD b/testing/py-influxdb/APKBUILD index d4f2c7104d..1b88bc093b 100644 --- a/testing/py-influxdb/APKBUILD +++ b/testing/py-influxdb/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-influxdb _pkgname=influxdb-python -pkgver=4.0.0 -pkgrel=1 +pkgver=4.1.1 +pkgrel=0 pkgdesc="Python bindings for InfluxDB" url="https://github.com/influxdata/influxdb-python" arch="all" @@ -43,6 +43,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" || return 1 } -md5sums="5fabd048e3b3dc92977f303ac30af470 py-influxdb-4.0.0.tar.gz" -sha256sums="407dfa799666a78ed3b61b8a5bca43b9a891a139c4d6d96218613b837c16de61 py-influxdb-4.0.0.tar.gz" -sha512sums="58137d2a2f35c59d6b256e850ced4b3ef0a2a531b609a94a3d35d7cda53a13fd2d0d2f72877f2da73a9496033365afaccbb75691f7b12a2c3f74d179a9650f0c py-influxdb-4.0.0.tar.gz" +sha512sums="15b8f508acdffcd9ef4e2cdbfd3ebf58edcfd70c70655c8d7b7bdbbd3a698f1518759638d1475f219c29a72485c3a89206a829602dd0098820d3594971864320 py-influxdb-4.1.1.tar.gz" |