diff options
author | Arn0 <yth@ythogtha.org> | 2024-03-27 09:27:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-03-29 07:41:14 +0700 |
commit | d91c379419bf68218f048a4317a6e3533151cf66 (patch) | |
tree | e6afa0f95e3b6163326fce4541b954a6ef4dba24 | |
parent | b311cc0fa820ed01e508ae7874063a0583d7a451 (diff) |
python/python3-pyasn1-modules: updated for version 0.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pyasn1-modules/python3-pyasn1-modules.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild b/python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild index 9eb2f051ebd54..85a0cef64620e 100644 --- a/python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild +++ b/python/python3-pyasn1-modules/python3-pyasn1-modules.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pyasn1-modules SRCNAM=pyasn1_modules -VERSION=${VERSION:-0.3.0} +VERSION=${VERSION:-0.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pyasn1-modules/python3-pyasn1-modules.info b/python/python3-pyasn1-modules/python3-pyasn1-modules.info index e81a43edfbb5f..ada1e446d8043 100644 --- a/python/python3-pyasn1-modules/python3-pyasn1-modules.info +++ b/python/python3-pyasn1-modules/python3-pyasn1-modules.info @@ -1,8 +1,8 @@ PRGNAM="python3-pyasn1-modules" -VERSION="0.3.0" +VERSION="0.4.0" HOMEPAGE="https://pypi.python.org/pypi/pyasn1-modules/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pyasn1_modules/pyasn1_modules-0.3.0.tar.gz" -MD5SUM="94ee572b06ae09f1903b11333575b091" +DOWNLOAD="https://pypi.python.org/packages/source/p/pyasn1_modules/pyasn1_modules-0.4.0.tar.gz" +MD5SUM="5c1398a7e1066445f0d736088d1a4981" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pyasn1" |