diff options
Diffstat (limited to 'user/py3-zope-hookable')
-rw-r--r-- | user/py3-zope-hookable/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/py3-zope-hookable/APKBUILD b/user/py3-zope-hookable/APKBUILD index dcda3dde3..8ecb797d1 100644 --- a/user/py3-zope-hookable/APKBUILD +++ b/user/py3-zope-hookable/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: pkgname=py3-zope-hookable _pkgname=zope.hookable -pkgver=4.2.0 -pkgrel=1 +pkgver=5.1.0 +pkgrel=0 pkgdesc="A library that provides an interface for hookable functions" url="https://github.com/zopefoundation/zope.hookable" arch="all" @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="aeeafff7e5c7cbe3d5944864278896f926086514e75be1d5956e32fc0a3769ac11b008c3855a0816084c7deb64f14c65db49852dac2beaf06420a304af6ebb69 zope.hookable-4.2.0.tar.gz" +sha512sums="cfcd9fc698fc165317ab1b89a1a82b1c1e08d4dbea6c4f8a2459736150bfb0d82eda4d6c448ac966f2853fe12ec714a782a5947f1c5bc3cd89a573889db564fb zope.hookable-5.1.0.tar.gz" |