From 42fb1438a6667f5913a0c3619f5ee0fd5589d708 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 17 Sep 2018 14:32:20 -0700 Subject: [PATCH] django-statici18n: Update to 1.8.2 Switched URL to standard pythonhosted one. Signed-off-by: Rosen Penev --- lang/python/django-statici18n/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/django-statici18n/Makefile b/lang/python/django-statici18n/Makefile index bc24f13ffe..ee00646998 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.6.1 +PKG_VERSION:=1.8.2 PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://pypi.python.org/packages/0a/24/1bed254529fc492ee5daf4cba18cf188b059866049889ecf1f178f25a2c2/ -PKG_HASH:=47d30939d52bcbbf1cbfe56b786bc2f2ea874266a8315cb027c061f320c4e2f6 +PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/d/django-statici18n +PKG_HASH:=ba9eeb3c4517027922645999359f8335fbb9fea04c457123cfbd6b4a36cbeda4 include $(INCLUDE_DIR)/package.mk include ../python-package.mk @@ -25,7 +25,7 @@ define Package/django-statici18n CATEGORY:=Languages MAINTAINER:=Gergely Kiss TITLE:=A Django app that provides helper for generating JavaScript catalog to static files. - URL:=http://django-statici18n.readthedocs.org/ + URL:=https://django-statici18n.readthedocs.org/ DEPENDS:=+python +django endef