mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pycryptodomex: Updated for version 3.15.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8bf9cdd2f0
commit
dc3a3a936a
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=pycryptodomex
|
PRGNAM=pycryptodomex
|
||||||
VERSION=${VERSION:-3.14.1}
|
VERSION=${VERSION:-3.15.0}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="pycryptodomex"
|
PRGNAM="pycryptodomex"
|
||||||
VERSION="3.14.1"
|
VERSION="3.15.0"
|
||||||
HOMEPAGE="https://github.com/Legrandin/pycryptodome"
|
HOMEPAGE="https://github.com/Legrandin/pycryptodome"
|
||||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.14.1x/pycryptodome-3.14.1x.tar.gz"
|
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.15.0x/pycryptodome-3.15.0x.tar.gz"
|
||||||
MD5SUM="f39de2ec9da4ea4a5cd38073b890257f"
|
MD5SUM="bee5926d7c140d7608fe58f38a98fba0"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue