comparison src/zeromq.mk @ 4282:e35307c8102e

* src/zeromq.mk: update to 4.1.5
author John D
date Sun, 18 Dec 2016 13:17:36 -0500
parents e56d3a2e616b
children cdd39c428e50
comparison
equal deleted inserted replaced
4281:d3d22f217ad0 4282:e35307c8102e
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := zeromq 4 PKG := zeromq
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 4.1.3 6 $(PKG)_VERSION := 4.1.6
7 $(PKG)_CHECKSUM := b7185724f2fd56d0face50047757ac2a04d26ca4 7 $(PKG)_CHECKSUM := b956df8c6f77c174683b51fbee67f99c94945651
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://download.zeromq.org/$($(PKG)_FILE) 10 $(PKG)_URL := http://github.com/$(PKG)/$(PKG)4-1/releases/download/v$($(PKG)_VERSION)/$($(PKG)_FILE)
11 $(PKG)_DEPS := pthreads 11 $(PKG)_DEPS := pthreads
12 12
13 define $(PKG)_UPDATE 13 define $(PKG)_UPDATE
14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2; 14 echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
15 echo $($(PKG)_VERSION) 15 echo $($(PKG)_VERSION)