commit 70fb482d3ee90a9039ca2bad946bab491d581a95 parent 49512d9a0aa08b9bfc1a3fc5f90607ac1cb84d4c Author: Gergely Kiss <mail.gery@gmail.com> Date: Tue, 30 Aug 2016 12:03:16 +0200 django-constance: upgrade to version 1.2 Signed-off-by: Gergely Kiss <mail.gery@gmail.com> Diffstat:
| M | lang/django-constance/Makefile | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/django-constance/Makefile b/lang/django-constance/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-constance -PKG_VERSION:=1.1.2 +PKG_VERSION:=1.2 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/django-constance/ -PKG_MD5SUM:=00d58c8d6c8cd7e352d14854aba8d5aa +PKG_SOURCE_URL:=https://pypi.python.org/packages/0a/ff/1c1caae2b7be9c26f2aee0703236998e22cf5557fa56726347b5afa149d1/ +PKG_MD5SUM:=f9f8e527df50b0a1533149d9be0b814b PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk