diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-25 17:23:32 +0300 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-05-25 17:23:32 +0300 |
commit | 1a7bf51280dd6052c7646605929593565630d5f4 (patch) | |
tree | 3b01c49a84b3ed968edeb2cf4311cc71b683e2e7 /python/msgpack-python/msgpack-python.SlackBuild | |
parent | 4ef38f374cd7aeea1441506a6c61903b4cb87cbf (diff) | |
download | slackbuilds-1a7bf51280dd6052c7646605929593565630d5f4.tar.gz |
python/msgpack-python: Updated for version 0.4.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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 |