python-ldap: Update to 3.1.0

Switched URL to a proper one.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2018-10-28 10:25:21 -07:00
parent e39273533d
commit e6d2fa9f7b
2 changed files with 4 additions and 20 deletions

View File

@@ -8,15 +8,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-ldap
PKG_VERSION:=2.4.32
PKG_VERSION:=3.1.0
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/67/d9/fa0ea70d1792875745116ad62ac8d4bcb07550b15cded591bb57df6a6d9a
PKG_HASH:=5810f1b5a9ae9255df99fb9c2dcab7352fed325687efda56c0faae1a82c5e3cb
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/p/python-ldap
PKG_HASH:=41975e79406502c092732c57ef0c2c2eb318d91e8e765f81f5d4ab6c1db727c5
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk
@@ -27,7 +27,7 @@ define Package/python-ldap
CATEGORY:=Languages
DEPENDS:=+libopenldap +python
TITLE:=Python modules for implementing LDAP clients
URL:=http://python-ldap.org/
URL:=https://python-ldap.org/
endef
define Package/python-ldap/description