mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
python/pycryptodome: Updated for version 3.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
12d62c31c3
commit
3935399025
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.9.3}
|
||||
VERSION=${VERSION:-3.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pycryptodome"
|
||||
VERSION="3.9.3"
|
||||
VERSION="3.9.4"
|
||||
HOMEPAGE="https://github.com/Legrandin/pycryptodome"
|
||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.9.3x/pycryptodome-3.9.3x.tar.gz"
|
||||
MD5SUM="85f39e14e47fd32ace9229912a128bd1"
|
||||
DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.9.4x/pycryptodome-3.9.4x.tar.gz"
|
||||
MD5SUM="f2a3057cf8c1e91ef5b9fa0889d63860"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue