diff options
Diffstat (limited to 'community/py-ldap3')
-rw-r--r-- | community/py-ldap3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py-ldap3/APKBUILD b/community/py-ldap3/APKBUILD index 34318636f9..5bbafe7cd1 100644 --- a/community/py-ldap3/APKBUILD +++ b/community/py-ldap3/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=py-ldap3 _pkgname=ldap3 -pkgver=2.4 +pkgver=2.4.1 pkgrel=0 pkgdesc="A strictly RFC 4510 conforming LDAP V3 pure Python client" url="https://github.com/cannatag/ldap3" @@ -36,4 +36,4 @@ _subpackage() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="d580a9a5e5dd34e1c3218ed7912ebb4da9fc1673c337a37b50ae0577cc2f2fb3073a77ee031885d40a68aef86955c137474e77e94b92e03a2d9511b60780dde5 py-ldap3-2.4.tar.gz" +sha512sums="a798d14827325ffcd110a6ba9c5911f73dd62937965bb79b1cff0effbab49bfd6d4d9325e2c1fa9523ad622ccb8e1a924ecb7aa1be223e5d3b556e4b96f790dd py-ldap3-2.4.1.tar.gz" |