diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-pgspecial/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-pgspecial/APKBUILD b/testing/py-pgspecial/APKBUILD index 07cd65631e..83f01518e3 100644 --- a/testing/py-pgspecial/APKBUILD +++ b/testing/py-pgspecial/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Thomas Boerger <thomas@webhippie.de> pkgname=py-pgspecial _pkgname=pgspecial -pkgver=1.9.0 +pkgver=1.11.0 pkgrel=0 pkgdesc="Meta-commands handler for Postgres Database" url="https://pypi.python.org/pypi/pgspecial" @@ -51,4 +51,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="b40c72521c2a79a8a87eee4a34dfe15c73a51cefe202c0f38092c3e1ae034afdf472c5b59c04a86d2f3cc70995485717ec3637288b7318eadc59a0b040f5dfeb py-pgspecial-1.9.0.tar.gz" +sha512sums="6865706f50917fb6570836b5e47c3e8ee2c5b906f5045b06c83a6a66a9b7654837be5013d062ed8552976a7c5923ce537f95034e2061adade2e6d17df6aa58ac py-pgspecial-1.11.0.tar.gz" |