From 8628559c3977e5878cb03eae43d48906cba116e5 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 11 Oct 2021 09:31:10 -0300 Subject: [PATCH] django-webpack-loader: bump to 0.7.0 This is the highest version that works with seafile-seahub 7.1.5. Signed-off-by: Eneas U de Queiroz --- lang/python/django-webpack-loader/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/django-webpack-loader/Makefile b/lang/python/django-webpack-loader/Makefile index 2702d2660..03c18b0a1 100644 --- a/lang/python/django-webpack-loader/Makefile +++ b/lang/python/django-webpack-loader/Makefile @@ -6,11 +6,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-webpack-loader -PKG_VERSION:=0.6.0 -PKG_RELEASE:=8 +PKG_VERSION:=0.7.0 +PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=60bab6b9a037a5346fad12d2a70a6bc046afb33154cf75ed640b93d3ebd5f520 +PKG_HASH:=7a3c88201aa54481f9399465615cbe7b9aece8081496a6d0287b7cb8e232f447 PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=MIT