diff options
Diffstat (limited to 'python/pyasn1/pyasn1.SlackBuild')
-rw-r--r-- | python/pyasn1/pyasn1.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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} |