From 8a54d9432578ec0ddf1cbbcd66524bc1078ef152 Mon Sep 17 00:00:00 2001 From: Gergely Kiss Date: Sun, 29 Oct 2017 07:24:43 +0100 Subject: [PATCH] django-constance: update to 2.0.0 Signed-off-by: Gergely Kiss --- 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 de092033e..6174af40a 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:=1.3.4 +PKG_VERSION:=2.0.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/0c/19/74c6bbf29a7882bab377db7a4ca30b43e09173dc1e6cabe163dc8d6a3931/ -PKG_HASH:=212eba25cc7d4690abd802ec81fb2a511f68bc3eab1dd45ea805296449377b48 +PKG_SOURCE_URL:=https://pypi.python.org/packages/8a/37/4fa87dd0e43aa0a66fc419d58e67a9b6da70e1853d646c4b501c1ee7208b/ +PKG_HASH:=6eec9f3ac4e5657b93e64f3379181d1e727088df10dd34f0398cd12119b9f0b0 PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk