diff options
author | Gergely Kiss <mail.gery@gmail.com> | 2016-08-30 12:19:05 +0200 |
---|---|---|
committer | Gergely Kiss <mail.gery@gmail.com> | 2016-08-30 12:19:05 +0200 |
commit | 591e22c8ae6c3e396e346a884350089de9704199 (patch) | |
tree | 498de9cfafee3d3138380ccbb3e0faa028f5005a | |
parent | 8d2b88824bece28237d3ddf9878c4839f625175a (diff) |
django-postoffice: upgrade to version 2.0.8
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
-rw-r--r-- | lang/django-postoffice/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/django-postoffice/Makefile b/lang/django-postoffice/Makefile index 86d360430..18dce3632 100644 --- a/lang/django-postoffice/Makefile +++ b/lang/django-postoffice/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-postoffice -PKG_VERSION:=2.0.7 +PKG_VERSION:=2.0.8 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_SOURCE:=django-post_office-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://pypi.python.org/packages/source/d/django-post_office/ +PKG_SOURCE_URL:=https://pypi.python.org/packages/52/25/cc0cfe923f183d7c19b162cac3bf8430ddaed7bad28202b8f93a97d248a4/ PKG_BUILD_DIR:=$(BUILD_DIR)/django-post_office-$(PKG_VERSION)/ -PKG_MD5SUM:=9c2dfea47834c98193f7bc442500ec40 +PKG_MD5SUM:=437bf62cef06381d346ae2bc087c0e3c PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk |