diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-02-19 23:35:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-19 23:35:19 +0200 |
commit | 557485abfcb1393b14f0aa953d5d8442675a5ac8 (patch) | |
tree | b5657a8018503374027fda816ce86d85e6bbb18b /lang | |
parent | 2a8b0e4a29330b528ee909db7b8a47fde174cda4 (diff) | |
parent | 1fbc57b6d43284be6f18cfe3c3b15ae139a8e6f1 (diff) |
Merge pull request #4039 from the-alien/master
python-ldap: update to 2.4.32
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python-ldap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python-ldap/Makefile b/lang/python-ldap/Makefile index 3cf66314b..dae531632 100644 --- a/lang/python-ldap/Makefile +++ b/lang/python-ldap/Makefile @@ -8,15 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-ldap -PKG_VERSION:=2.4.30 +PKG_VERSION:=2.4.32 PKG_RELEASE:=1 PKG_MAINTAINER:=Dmitry Trefilov <the-alien@live.ru> PKG_LICENSE:=Python-style PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/84/61/36ca1a3474aee17ee975deaea51ae8725e49af29ca4c3e88743cd454d2bd -PKG_MD5SUM:=948342ab28b9a4520ff421bf676b7a7b +PKG_SOURCE_URL:=https://pypi.python.org/packages/67/d9/fa0ea70d1792875745116ad62ac8d4bcb07550b15cded591bb57df6a6d9a +PKG_MD5SUM:=7c46c8a04acc227a778c7900c87cdfc7 PKG_BUILD_DEPENDS:=python libopenldap |