diff options
author | Gergely Kiss <mail.gery@gmail.com> | 2016-08-30 12:22:30 +0200 |
---|---|---|
committer | Gergely Kiss <mail.gery@gmail.com> | 2016-08-30 12:22:30 +0200 |
commit | beeeb15887b6a3fda5e42442bb4c12b64fb0cb60 (patch) | |
tree | 71b8bb264e94bac6d840d7fb52e80a672b0e1c43 | |
parent | 591e22c8ae6c3e396e346a884350089de9704199 (diff) |
django-statici18n: upgrade to version 1.2.1
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
-rw-r--r-- | lang/django-statici18n/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/django-statici18n/Makefile b/lang/django-statici18n/Makefile index 544725fe7..5d94774c2 100644 --- a/lang/django-statici18n/Makefile +++ b/lang/django-statici18n/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-statici18n -PKG_VERSION:=1.1.5 +PKG_VERSION:=1.2.1 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-statici18n/ -PKG_MD5SUM:=ad9941818f54428508fece4a463ea1cc +PKG_SOURCE_URL:=https://pypi.python.org/packages/72/76/6ee13019e1691bff6b759136068ee77fcc2982b700135caa134030937b28/ +PKG_MD5SUM:=67cac19909dd3272ae1fc73ad8d1dca3 PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk |