diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile index d0a767311..efcca9662 100644 --- a/lang/python/django/Makefile +++ b/lang/python/django/Makefile @@ -8,16 +8,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django -PKG_VERSION:=1.8.17 +PKG_VERSION:=1.8.18 PKG_RELEASE=1 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/django/django.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=d3d12fc11da56e4ea8af37a22a9a0aa6579ab2d5 +PKG_SOURCE_VERSION:=2d4bc5a60aa8a076689667c550ded96b87bc463e PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz -PKG_MIRROR_HASH:=7d8c4e58486c3a539f17437b3a802b67d53401971eceac2be50c47bcc756c27b +PKG_MIRROR_HASH:=c82c2cc338ae46ba8572d9960fc98dca932edc43a00f011fed102810a86185ae PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk