mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
python/email-validator: Updated for version 2.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1a6ed5e08d
commit
f70f90ab66
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for email-validator
|
||||
|
||||
# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=email-validator
|
||||
SRCNAM=${PRGNAM/-/_}
|
||||
VERSION=${VERSION:-2.1.0.post1}
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="email-validator"
|
||||
VERSION="2.1.0.post1"
|
||||
VERSION="2.1.1"
|
||||
HOMEPAGE="https://github.com/JoshData/python-email-validator"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-2.1.0.post1.tar.gz"
|
||||
MD5SUM="0133fd3697bd23c8fd454e0104fcbe35"
|
||||
DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-2.1.1.tar.gz"
|
||||
MD5SUM="a836759afeb7efdc5d493fbdf8a1bae6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-dnspython"
|
||||
|
|
Loading…
Reference in a new issue