mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/pycryptodome: Updated for version 3.8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c520d8c662
commit
ce75d587e1
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.8.1}
|
||||
VERSION=${VERSION:-3.8.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pycryptodome"
|
||||
VERSION="3.8.1"
|
||||
VERSION="3.8.2"
|
||||
HOMEPAGE="https://github.com/Legrandin/pycryptodome"
|
||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.8.1x/pycryptodome-3.8.1x.tar.gz"
|
||||
MD5SUM="ef23b1ca648c21f47c6c09a12724a5d3"
|
||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.8.2x/pycryptodome-3.8.2x.tar.gz"
|
||||
MD5SUM="8915cbecd6df5041691279ce9e40304b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue