mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
python/pycryptodome: Updated for version 3.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
371f412abb
commit
e5e194ca10
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pycryptodome
|
||||
VERSION=${VERSION:-3.7.0}
|
||||
VERSION=${VERSION:-3.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pycryptodome"
|
||||
VERSION="3.7.0"
|
||||
VERSION="3.7.2"
|
||||
HOMEPAGE="https://github.com/Legrandin/pycryptodome"
|
||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.7.0x/pycryptodome-3.7.0x.tar.gz"
|
||||
MD5SUM="8abe7688daff319600cd8e6844512fb1"
|
||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.7.2x/pycryptodome-3.7.2x.tar.gz"
|
||||
MD5SUM="b3c39381de7a042edcf567857c4cdfd7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue