Browse Source
python/pycryptodomex: Updated for version 3.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/206/head
Markus Rinne
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
4 additions and
4 deletions
-
python/pycryptodomex/pycryptodomex.SlackBuild
-
python/pycryptodomex/pycryptodomex.info
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=pycryptodomex |
|
|
|
VERSION=${VERSION:-3.17.0} |
|
|
|
VERSION=${VERSION:-3.18.0} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="pycryptodomex" |
|
|
|
VERSION="3.17.0" |
|
|
|
VERSION="3.18.0" |
|
|
|
HOMEPAGE="https://github.com/Legrandin/pycryptodome" |
|
|
|
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.17.0x/pycryptodome-3.17.0x.tar.gz" |
|
|
|
MD5SUM="f8961863227f5337377cb0c5d283ff86" |
|
|
|
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.18.0x/pycryptodome-3.18.0x.tar.gz" |
|
|
|
MD5SUM="ebadb92e7d724b4c52f86d411f871f96" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="" |
|
|
|
|