From: Eneas U de Queiroz Date: Fri, 9 Aug 2019 13:47:33 +0000 (-0300) Subject: django-simple-captcha: bump to 0.5.12 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=903a6564de5310672ef5a9554ce5479ed8dda4f5;p=openwrt-packages.git django-simple-captcha: bump to 0.5.12 This is a bugfix release. Relevant to openwrt, it removes the binary flag while opening the dictionary file. Signed-off-by: Eneas U de Queiroz --- diff --git a/lang/python/django-simple-captcha/Makefile b/lang/python/django-simple-captcha/Makefile index 20b488ce8..21f81594d 100644 --- a/lang/python/django-simple-captcha/Makefile +++ b/lang/python/django-simple-captcha/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=django-simple-captcha -PKG_VERSION:=0.5.11 -PKG_RELEASE:=4 +PKG_VERSION:=0.5.12 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mbi/django-simple-captcha/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=7ca26a4f48e14e5f8be022c0dc099ef98980f3fc99f403ca565ab1f3addaee5b +PKG_HASH:=89db73a3883573ad5e22c511948a5500491f9848363174d835a2364750c81a77 PKG_MAINTAINER:=Eneas U de Queiroz PKG_LICENSE:=MIT