From 6717af7d21e7bab943c731db05c36a4deb501e7a Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 17 Sep 2018 14:48:26 -0700 Subject: [PATCH] django-constance: Update to 2.3.0 Switched to standard pythonhosted URL. Signed-off-by: Rosen Penev --- lang/python/django-constance/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/django-constance/Makefile b/lang/python/django-constance/Makefile index 359ae8ba4..e22496aea 100644 --- a/lang/python/django-constance/Makefile +++ b/lang/python/django-constance/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-constance -PKG_VERSION:=2.0.0 +PKG_VERSION:=2.3.0 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/8a/37/4fa87dd0e43aa0a66fc419d58e67a9b6da70e1853d646c4b501c1ee7208b/ -PKG_HASH:=6eec9f3ac4e5657b93e64f3379181d1e727088df10dd34f0398cd12119b9f0b0 +PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/django-constance +PKG_HASH:=6b9b4c6b221f2a4e8bd22c462f2ec253f9f4978632d01843f9836caa2b61b6d3 include $(INCLUDE_DIR)/package.mk include ../python-package.mk