aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-12-21 21:16:48 +0200
committerGitHub <noreply@github.com>2018-12-21 21:16:48 +0200
commitcb6fc9d7a994e1b67f72992c8a3004e5cb00f624 (patch)
treed4b0d582fbdb60c8b6b651e1027bbd14425c9957 /lang
parentd5a48bac09dae2d4194e46d410b92c312f7c4ca2 (diff)
parentc57e503cf58fb4681610726126cdb5d06c1161a8 (diff)
Merge pull request #7692 from neheb/patch-6
django: Update to 1.11.17
Diffstat (limited to 'lang')
-rw-r--r--lang/python/django/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/lang/python/django/Makefile b/lang/python/django/Makefile
index 4cb91fca3..180d5e137 100644
--- a/lang/python/django/Makefile
+++ b/lang/python/django/Makefile
@@ -8,15 +8,19 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=django
-PKG_VERSION:=1.11.16
+PKG_VERSION:=1.11.17
PKG_RELEASE=1
-PKG_LICENSE:=BSD-3-Clause
PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django
-PKG_HASH:=29268cc47816a44f27308e60f71da635f549c47d8a1d003b28de55141df75791
+PKG_HASH:=a787ee66f4b4cf8ed753661cabcec603989677fa3a107fcb7f15511a44bdb483
PKG_BUILD_DIR=$(BUILD_DIR)/Django-$(PKG_VERSION)
+PKG_MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
+PKG_LICENSE:=BSD-3-Clause
+PKG_LICENSE_FILES:=LICENSE LICENSE.python
+PKG_CPE_ID:=cpe:/a:djangoproject:django
+
include $(INCLUDE_DIR)/package.mk
include ../python-package.mk
@@ -25,7 +29,6 @@ define Package/django
SECTION:=lang
CATEGORY:=Languages
TITLE:=The web framework for perfectionists with deadlines.
- MAINTAINER:=Gergely Kiss <mail.gery@gmail.com>
URL:=https://www.djangoproject.com/
DEPENDS:=+python
endef