diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-05-13 22:46:38 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:20 +0700 |
commit | e241ba39249c4d0e2a4747f8ae8798cd0da27602 (patch) | |
tree | 64d22fad9488fd21f0bc0a2b01d7ef096f9c5d0d /python/email-validator | |
parent | 0fb4f4c81a038e91d6bb607e2f0d1145d1f75d7f (diff) |
python/email-validator: Updated for version 2.0.0.post2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/email-validator')
-rw-r--r-- | python/email-validator/email-validator.SlackBuild | 6 | ||||
-rw-r--r-- | python/email-validator/email-validator.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/email-validator/email-validator.SlackBuild b/python/email-validator/email-validator.SlackBuild index e4bd903c7ced..230af46a1f70 100644 --- a/python/email-validator/email-validator.SlackBuild +++ b/python/email-validator/email-validator.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for email-validator -# Copyright 2022 fourtysixandtwo <fourtysixandtwo@sliderr.net> +# Copyright 2022-23 fourtysixandtwo <fourtysixandtwo@sliderr.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=email-validator -SRCNAM=$(echo $PRGNAM | sed 's/\-/_/') -VERSION=${VERSION:-1.3.1} +SRCNAM=${PRGNAM/-/_} +VERSION=${VERSION:-2.0.0.post2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/email-validator/email-validator.info b/python/email-validator/email-validator.info index abc33733a19c..bfc83b98e86d 100644 --- a/python/email-validator/email-validator.info +++ b/python/email-validator/email-validator.info @@ -1,8 +1,8 @@ PRGNAM="email-validator" -VERSION="1.3.1" +VERSION="2.0.0.post2" HOMEPAGE="https://github.com/JoshData/python-email-validator" -DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-1.3.1.tar.gz" -MD5SUM="6423b8c6277ec31e7bae2a752718f4de" +DOWNLOAD="https://files.pythonhosted.org/packages/source/e/email-validator/email_validator-2.0.0.post2.tar.gz" +MD5SUM="44964dda9d61c47935bfa15cce1d270c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |