diff options
Diffstat (limited to 'python/pyzmq/pyzmq.SlackBuild')
-rw-r--r-- | python/pyzmq/pyzmq.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/pyzmq/pyzmq.SlackBuild b/python/pyzmq/pyzmq.SlackBuild index a2420a4cedb90..9915bcfd1c96c 100644 --- a/python/pyzmq/pyzmq.SlackBuild +++ b/python/pyzmq/pyzmq.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for PyZMQ -# Copyright 2013-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2013-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyzmq -VERSION=${VERSION:-17.1.2} +VERSION=${VERSION:-18.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |