mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/pyzmq: Updated for version 15.4.0.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
This commit is contained in:
parent
9798deae76
commit
69bf48b357
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pyzmq
|
||||
VERSION=${VERSION:-14.7.0}
|
||||
VERSION=${VERSION:-15.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pyzmq"
|
||||
VERSION="14.7.0"
|
||||
VERSION="15.4.0"
|
||||
HOMEPAGE="https://github.com/zeromq/pyzmq"
|
||||
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v14.7.0.tar.gz"
|
||||
MD5SUM="bb4de52b715923f779d3233446329df0"
|
||||
DOWNLOAD="https://github.com/zeromq/pyzmq/archive/v15.4.0.tar.gz"
|
||||
MD5SUM="404edb66fcd4a6e3a1002bb427ef9ca5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="zeromq"
|
||||
|
|
Loading…
Reference in a new issue