diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-26 11:39:53 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-12-26 11:39:53 +0000 |
commit | 26fde8a1f189aa8d606d2789e46dc80baccc9dc7 (patch) | |
tree | 844eae72c55a4fd2dff2f40e8f993c439f9e8b91 /testing/py3-geoip2 | |
parent | de58dbca9b4abbb3196a8eea659663b3ceb11c1a (diff) | |
download | aports-26fde8a1f189aa8d606d2789e46dc80baccc9dc7.tar.bz2 aports-26fde8a1f189aa8d606d2789e46dc80baccc9dc7.tar.xz |
testing/py3-geoip2: upgrade to 3.0.0
Diffstat (limited to 'testing/py3-geoip2')
-rw-r--r-- | testing/py3-geoip2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-geoip2/APKBUILD b/testing/py3-geoip2/APKBUILD index 7240bb920a..fa3f440ce2 100644 --- a/testing/py3-geoip2/APKBUILD +++ b/testing/py3-geoip2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=py3-geoip2 -pkgver=2.9.0 -pkgrel=2 +pkgver=3.0.0 +pkgrel=0 pkgdesc="An API for the GeoIP2 web services and databases" url="https://www.maxmind.com/en/home" arch="noarch" @@ -41,5 +41,5 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="8631a41d9644887d0149678e40a5f9d03bba660853c308c43bf358cd49b3f021566b9d6f65b670c0c1c78bcb4cb7cb007ad2db6f3c032749afa454fc9e06d74c py3-geoip2-2.9.0.tar.gz +sha512sums="685cfaca15abac73ceafa5795d8740a9d1e95f255c516623c80981bb78a5c6ad357829b154c382a4928295f311c6922b621aee1c794cac962da857507bfcfbdb py3-geoip2-3.0.0.tar.gz f7b9d370c330980d9419c7bea486b258aef3fa8ab49f83b860ef73036fc577c402e2f631090c5d1d23f2a8e34f927030a8fc6dc15edcd8002136673685aecb12 MaxMind-DB-test-data-f6ed981c23b0eb33d7c07568e2177236252afda6.tar.gz" |