diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2023-07-22 16:58:02 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-25 20:26:36 +0700 |
commit | 7fc9fd8eda37d9c7ddf9285b876692c19626b291 (patch) | |
tree | a02af369c0c3e65b08f7098d4d36ca82815ec80f /python/pycryptodomex | |
parent | f122059023208fe21bff7f6fbc9bcededa9628a3 (diff) |
python/pycryptodomex: Updated for version 3.18.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pycryptodomex')
-rw-r--r-- | python/pycryptodomex/pycryptodomex.SlackBuild | 2 | ||||
-rw-r--r-- | python/pycryptodomex/pycryptodomex.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pycryptodomex/pycryptodomex.SlackBuild b/python/pycryptodomex/pycryptodomex.SlackBuild index 0d6f0645370b9..d888f08b227c8 100644 --- a/python/pycryptodomex/pycryptodomex.SlackBuild +++ b/python/pycryptodomex/pycryptodomex.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pycryptodomex -VERSION=${VERSION:-3.17.0} +VERSION=${VERSION:-3.18.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pycryptodomex/pycryptodomex.info b/python/pycryptodomex/pycryptodomex.info index 793b4d205b080..dcd265a215de3 100644 --- a/python/pycryptodomex/pycryptodomex.info +++ b/python/pycryptodomex/pycryptodomex.info @@ -1,8 +1,8 @@ PRGNAM="pycryptodomex" -VERSION="3.17.0" +VERSION="3.18.0" HOMEPAGE="https://github.com/Legrandin/pycryptodome" -DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.17.0x/pycryptodome-3.17.0x.tar.gz" -MD5SUM="f8961863227f5337377cb0c5d283ff86" +DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.18.0x/pycryptodome-3.18.0x.tar.gz" +MD5SUM="ebadb92e7d724b4c52f86d411f871f96" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |