python/pycryptodomex: Updated for version 3.10.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ec1789a4ec
commit
a520e52b26
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pycryptodomex
|
||||
VERSION=${VERSION:-3.10.1}
|
||||
VERSION=${VERSION:-3.10.4}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pycryptodomex"
|
||||
VERSION="3.10.1"
|
||||
VERSION="3.10.4"
|
||||
HOMEPAGE="https://github.com/Legrandin/pycryptodome"
|
||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.10.1x/pycryptodome-3.10.1x.tar.gz"
|
||||
MD5SUM="a5c0aafa12b0a4643728309a1bae1e4d"
|
||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.10.4x/pycryptodome-3.10.4x.tar.gz"
|
||||
MD5SUM="e105d49773e1ee7f47eb94dac3d8acb7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="setuptools-scm"
|
||||
|
|
Loading…
Reference in New Issue