|
|
@ -8,13 +8,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=django-appconf |
|
|
|
PKG_VERSION:=1.0.1 |
|
|
|
PKG_VERSION:=1.0.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-appconf/ |
|
|
|
PKG_MD5SUM:=29c87a00f0d098b90f3ac6113ae6e52d |
|
|
|
PKG_SOURCE_URL:=https://pypi.python.org/packages/34/b9/d07195652ab494b026f7cb0341dd6e5f2e6e39be177abe05e2cec8bd46e4/ |
|
|
|
PKG_MD5SUM:=cc11511a47088bc56531df67cd5d6261 |
|
|
|
PKG_BUILD_DEPENDS:=python python-setuptools |
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
|