diff options
author | Markus Rinne <markus.ka.rinne@gmail.com> | 2025-03-16 13:00:14 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-16 18:24:42 +0700 |
commit | c161d64222c512069004e8cdb0ce8f978ed3f36c (patch) | |
tree | b489c4fdaddda79f64203f01da156a22c0fe0260 | |
parent | c34037396420904f9646deb05cce362808d1da9a (diff) |
python/python3-pycryptodomex: Updated for version 3.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-pycryptodomex/python3-pycryptodomex.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-pycryptodomex/python3-pycryptodomex.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-pycryptodomex/python3-pycryptodomex.SlackBuild b/python/python3-pycryptodomex/python3-pycryptodomex.SlackBuild index 3bbfd7f384..3b14d92111 100644 --- a/python/python3-pycryptodomex/python3-pycryptodomex.SlackBuild +++ b/python/python3-pycryptodomex/python3-pycryptodomex.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pycryptodomex -VERSION=${VERSION:-3.21.0} +VERSION=${VERSION:-3.22.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -72,7 +72,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ - AUTHORS.rst Changelog.rst FuturePlans.rst INSTALL.rst LICENSE.rst README.rst \ + AUTHORS.rst Changelog.rst INSTALL.rst LICENSE.rst README.rst \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/python/python3-pycryptodomex/python3-pycryptodomex.info b/python/python3-pycryptodomex/python3-pycryptodomex.info index ee85095d3e..23f4514f2e 100644 --- a/python/python3-pycryptodomex/python3-pycryptodomex.info +++ b/python/python3-pycryptodomex/python3-pycryptodomex.info @@ -1,8 +1,8 @@ PRGNAM="python3-pycryptodomex" -VERSION="3.21.0" +VERSION="3.22.0" HOMEPAGE="https://github.com/Legrandin/pycryptodome" -DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.21.0x/pycryptodome-3.21.0x.tar.gz" -MD5SUM="41204e45f4d684d9a784e446a6b8107f" +DOWNLOAD="https://github.com/Legrandin/pycryptodome/archive/v3.22.0x/pycryptodome-3.22.0x.tar.gz" +MD5SUM="50f33147a3740fd868ceb9179632a709" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |