Update download URL (dl from zeromq.org no longer available)
authorTed Hess <thess@kitschensync.net>
Sat, 11 Jun 2016 15:08:20 +0000 (11:08 -0400)
committerTed Hess <thess@kitschensync.net>
Sat, 11 Jun 2016 15:08:20 +0000 (11:08 -0400)
Signed-off-by: Ted Hess <thess@kitschensync.net>
libs/zmq/Makefile

index 9b8cae4e4ecb69b65aa50552289a40e505600487..5ad53844fa942f2958c6dbea46b9675639c4eaf5 100644 (file)
@@ -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)