diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 11:38:22 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 11:38:22 +0000 |
commit | 5857d68a098f3cc8dafff4c0e84b940b4a21ef1b (patch) | |
tree | 8f20fd13d97251ed309627bd9691bbcf5d188263 | |
parent | 39eda52c69e7c29fe9d3adab1f16910b1d9ab6f7 (diff) | |
download | aports-5857d68a098f3cc8dafff4c0e84b940b4a21ef1b.tar.bz2 aports-5857d68a098f3cc8dafff4c0e84b940b4a21ef1b.tar.xz |
testing/py-whoispy: upgrade to 0.2.5
-rw-r--r-- | testing/py-whoispy/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-whoispy/APKBUILD b/testing/py-whoispy/APKBUILD index 7c5a0f242c..b52f08bc25 100644 --- a/testing/py-whoispy/APKBUILD +++ b/testing/py-whoispy/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-whoispy _pkgname=whoispy -pkgver=0.2.4 +pkgver=0.2.5 pkgrel=0 pkgdesc="A Python module/library to get the WHOIS information" url="https://github.com/nemumu/whoispy" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="8b955f4be99a98de88925a6d84bee593 whoispy-0.2.4.tar.gz" -sha256sums="4dd485695644cc869df68cee5962dc55ca3727ff67460e8d17032cf4152125b6 whoispy-0.2.4.tar.gz" -sha512sums="6574e16fb6d899145a1ba779b17a1df6aca303c554478eb54604dba6688b7b3ec5a1d69e9bbdda0c149498a7ed668b0b5ee65c451745ae08d994d65f30747a72 whoispy-0.2.4.tar.gz" +md5sums="c0dce5941d6cb384d4b5a5a1b9910e9f whoispy-0.2.5.tar.gz" +sha256sums="a210b7e85f79b7ecad7928a448e54267373c2877086c222e4d56400b71076b45 whoispy-0.2.5.tar.gz" +sha512sums="084ed9c2df4cf5a9e724bd21c2085563cf844192159a361f75a70324859a0036034fb4fcb3f5b49e5ef63d31969f32b908fee615ed6781b70531d1e8e38dcb0e whoispy-0.2.5.tar.gz" |