diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-02-19 14:19:09 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-02-23 08:26:52 +0700 |
commit | 4f29531ac473880cd546144806b12078de39a524 (patch) | |
tree | 81c687170cd3f4526c13e4c7cae7c05b199559b5 /python/pyzmq/pyzmq.SlackBuild | |
parent | e2294a37dc0975abd0b17bcefd4184afc100fd79 (diff) | |
download | slackbuilds-4f29531ac473880cd546144806b12078de39a524.tar.gz |
python/pyzmq: Updated for version 18.0.0.
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 a2420a4ced..9915bcfd1c 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} |