From: Romain Naour Date: Sat, 14 Mar 2015 17:01:28 +0000 (+0100) Subject: package/zmqpp: switch to the official git X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=be389fbe8cae2cee609b6be6a2b599b653ecac6f;p=buildroot.git package/zmqpp: switch to the official git The git hash 36413487f05b165dfc82ad307a5a1c36a795e607 no longer refers to any commit id, even in the previous git tree. By reading the Makefile and CHANGELOG.md the last know release is 3.2.0. Switch to the official git tree and use the 3.2.0 release tag. Signed-off-by: Romain Naour Reviewed-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/zmqpp/zmqpp.mk b/package/zmqpp/zmqpp.mk index fbb0260b15..7efd04b7d0 100644 --- a/package/zmqpp/zmqpp.mk +++ b/package/zmqpp/zmqpp.mk @@ -4,8 +4,8 @@ # ################################################################################ -ZMQPP_VERSION = 36413487f05b165dfc82ad307a5a1c36a795e607 -ZMQPP_SITE = $(call github,benjamg,zmqpp,$(ZMQPP_VERSION)) +ZMQPP_VERSION = 3.2.0 +ZMQPP_SITE = $(call github,zeromq,zmqpp,$(ZMQPP_VERSION)) ZMQPP_INSTALL_STAGING = YES ZMQPP_DEPENDENCIES = zeromq ZMQPP_LICENSE = LGPLv3+ with exceptions