diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2015-08-03 08:03:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-03 08:03:39 +0700 |
commit | 1d7a5468f72a49a03fddb2bdc4db3a7411a0a736 (patch) | |
tree | 1179b34c95e6f91e737389cbb8769b60e723ebcc /python | |
parent | 92798547dc004d8b38a371a88276e718dc759828 (diff) | |
download | slackbuilds-1d7a5468f72a49a03fddb2bdc4db3a7411a0a736.tar.gz |
python/pyasn1: Updated for version 0.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/pyasn1/pyasn1.SlackBuild | 6 | ||||
-rw-r--r-- | python/pyasn1/pyasn1.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/pyasn1/pyasn1.SlackBuild b/python/pyasn1/pyasn1.SlackBuild index cd90dc7bd8..ca7c5cabe0 100644 --- a/python/pyasn1/pyasn1.SlackBuild +++ b/python/pyasn1/pyasn1.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh -# Slackware build script for pyasn1. +# Slackware build script for pyasn1 -# Copyright 2011-2013 Markus Reichelt, Stolberg (Rhld.), DE +# Copyright 2011-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 -VERSION=${VERSION:-0.1.7} +VERSION=${VERSION:-0.1.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pyasn1/pyasn1.info b/python/pyasn1/pyasn1.info index 602ba15f04..c5613102de 100644 --- a/python/pyasn1/pyasn1.info +++ b/python/pyasn1/pyasn1.info @@ -1,8 +1,8 @@ PRGNAM="pyasn1" -VERSION="0.1.7" +VERSION="0.1.8" HOMEPAGE="http://sourceforge.net/projects/pyasn1/" -DOWNLOAD="http://downloads.sourceforge.net/pyasn1/pyasn1-0.1.7.tar.gz" -MD5SUM="2cbd80fcd4c7b1c82180d3d76fee18c8" +DOWNLOAD="http://downloads.sourceforge.net/pyasn1/pyasn1-0.1.8.tar.gz" +MD5SUM="7f6526f968986a789b1e5e372f0b7065" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |