diff options
Diffstat (limited to 'python/msgpack-python/msgpack-python.SlackBuild')
-rw-r--r-- | python/msgpack-python/msgpack-python.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/msgpack-python/msgpack-python.SlackBuild b/python/msgpack-python/msgpack-python.SlackBuild index c360e92c93..b61b9d34f5 100644 --- a/python/msgpack-python/msgpack-python.SlackBuild +++ b/python/msgpack-python/msgpack-python.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for msgpack-python -# Copyright 2014 Dimitris Zlatanidis Greece-Orestiada +# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,8 +24,8 @@ PRGNAM=msgpack-python -VERSION=${VERSION:-0.4.5} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.4.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |