diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2015-08-03 08:04:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-03 08:04:20 +0700 |
commit | 6867e4924458157d6d5d601350a0e921a4e03edb (patch) | |
tree | 7a7c47595de5de21b6c23eba1182410b1dc4d1a4 /python/pyasn1-modules | |
parent | 1d7a5468f72a49a03fddb2bdc4db3a7411a0a736 (diff) | |
download | slackbuilds-6867e4924458157d6d5d601350a0e921a4e03edb.tar.gz |
python/pyasn1-modules: Updated for version 0.0.6.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyasn1-modules')
-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" |