Merge pull request #10586 from commodo/openwrt-19.07-django1
django: bump to version 1.11.26
This commit is contained in:
commit
2850866230
1 changed files with 2 additions and 2 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=django
|
||||
PKG_VERSION:=1.11.25
|
||||
PKG_VERSION:=1.11.26
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=Django-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/D/Django
|
||||
PKG_HASH:=5314e8586285d532b7aa5c6d763b0248d9a977a37efec86d30f0212b82e8ef66
|
||||
PKG_HASH:=861db7f82436ab43e1411832ed8dca81fc5fc0f7c2039c7e07a080a63092fb44
|
||||
PKG_BUILD_DIR=$(BUILD_DIR)/Django-$(PKG_VERSION)
|
||||
|
||||
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
|
|
Loading…
Reference in a new issue