From 99467692069037e576f151f24f83bc6115c010e4 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Sat, 11 Jun 2016 11:08:20 -0400 Subject: [PATCH] Update download URL (dl from zeromq.org no longer available) Signed-off-by: Ted Hess --- libs/zmq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/zmq/Makefile b/libs/zmq/Makefile index 9b8cae4e4e..5ad53844fa 100644 --- a/libs/zmq/Makefile +++ b/libs/zmq/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2015 OpenWrt.org +# Copyright (C) 2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -17,7 +17,7 @@ PKG_LICENSE:=GPL-3.0+ PKG_LICENSE_FILES:=LICENCE.txt PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:= http://download.zeromq.org +PKG_SOURCE_URL:= https://github.com/zeromq/zeromq4-1/releases/download/v$(PKG_VERSION)/ PKG_MD5SUM:=a611ecc93fffeb6d058c0e6edf4ad4fb PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)