diff options
author | Nikos Giotis <nikos.giotis@gmail.com> | 2023-11-25 21:48:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 22:00:45 +0700 |
commit | d6c0b193e33e840372e927e0a365d06c1ac3d83d (patch) | |
tree | 976652935155d2e79b0421b54d90fbd4119f88c7 /python/captcha | |
parent | 13eee0b7b52bfafd7f8ad70cebcdb9a05c9dba71 (diff) |
python/captcha: Updated for version 0.5.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/captcha')
-rw-r--r-- | python/captcha/captcha.SlackBuild | 2 | ||||
-rw-r--r-- | python/captcha/captcha.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/captcha/captcha.SlackBuild b/python/captcha/captcha.SlackBuild index 51daf973709f..29148a5a40c8 100644 --- a/python/captcha/captcha.SlackBuild +++ b/python/captcha/captcha.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=captcha -VERSION=${VERSION:-0.3} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/captcha/captcha.info b/python/captcha/captcha.info index a4ce6aebff09..b78d7ab82613 100644 --- a/python/captcha/captcha.info +++ b/python/captcha/captcha.info @@ -1,8 +1,8 @@ PRGNAM="captcha" -VERSION="0.3" +VERSION="0.5.0" HOMEPAGE="http://wtforms.simplecodes.com/" -DOWNLOAD="https://files.pythonhosted.org/packages/83/c6/c808f4970010b16a8656ead0b4b80268ef2765e3fc25509cf162447c3e2e/captcha-0.3.tar.gz" -MD5SUM="31543642970510d92c34ecf2c74f3ee9" +DOWNLOAD="https://files.pythonhosted.org/packages/9d/e8/f41cd8879c3368fbc7297b463674d5d6439a80c61e089dbcee195c143fb7/captcha-0.5.0.tar.gz" +MD5SUM="ecf1995f183d7de5531ea71346321c34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |