From 1ae10240418a053ac354f1f46d17162e6c492fa8 Mon Sep 17 00:00:00 2001 From: Gergely Kiss Date: Sun, 29 Oct 2017 06:36:29 +0100 Subject: [PATCH] django-statici18n: update to 1.4.0 Signed-off-by: Gergely Kiss --- lang/python/django-statici18n/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/django-statici18n/Makefile b/lang/python/django-statici18n/Makefile index 62e05bebe..41b844dd4 100644 --- a/lang/python/django-statici18n/Makefile +++ b/lang/python/django-statici18n/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-statici18n -PKG_VERSION:=1.3.0 +PKG_VERSION:=1.4.0 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/86/6b/2c2e86a7e144ba7b064119eaafb2c8c67665c2a0e722f0819daa9657e551/ -PKG_HASH:=f37cff511dd7d6f0c0b465c685026b660aea2ae178cc82a1b4c96c1b1e718c2a +PKG_SOURCE_URL:=https://pypi.python.org/packages/29/4d/fd9ba0e9b86c05714d9bc945d26376b331899d38c9b0666c7b38f3f26686/ +PKG_HASH:=3cb5334d42cfabda49c9c0efb1c24f5663e318ed34b3a34fada5195232f75f65 PKG_BUILD_DEPENDS:=python python-setuptools include $(INCLUDE_DIR)/package.mk