diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/pyasn1-modules/pyasn1-modules.SlackBuild | 6 | ||||
-rw-r--r-- | python/pyasn1-modules/pyasn1-modules.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pyasn1-modules/pyasn1-modules.SlackBuild b/python/pyasn1-modules/pyasn1-modules.SlackBuild index 664ab6940b..fd7255f749 100644 --- a/python/pyasn1-modules/pyasn1-modules.SlackBuild +++ b/python/pyasn1-modules/pyasn1-modules.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for pyasn1-modules. +# Slackware build script for pyasn1-modules -# Copyright 2014 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2014-2015 Markus Reichelt, Stolberg (Rhld.), DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Markus Reichelt, slackbuilds@mareichelt.de, 0xCCEEF115 PRGNAM=pyasn1-modules -VERSION=${VERSION:-0.0.5} +VERSION=${VERSION:-0.0.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pyasn1-modules/pyasn1-modules.info b/python/pyasn1-modules/pyasn1-modules.info index ad91bb520c..9663ed03da 100644 --- a/python/pyasn1-modules/pyasn1-modules.info +++ b/python/pyasn1-modules/pyasn1-modules.info @@ -1,8 +1,8 @@ PRGNAM="pyasn1-modules" -VERSION="0.0.5" +VERSION="0.0.6" HOMEPAGE="https://pypi.python.org/pypi/pyasn1-modules/" -DOWNLOAD="https://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-0.0.5.tar.gz" -MD5SUM="6c5c9dd61a5784ff22695ac233cb11f8" +DOWNLOAD="https://pypi.python.org/packages/source/p/pyasn1-modules/pyasn1-modules-0.0.6.tar.gz" +MD5SUM="3b94e7a4999bc7477b76c46c30a56727" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyasn1" |