From: Luca Ceresoli Date: Sun, 6 Apr 2014 22:20:03 +0000 (+0200) Subject: snmppp: update download URL X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cdf8dcd0cc4f74baee50b21f9c479ae27151ea6e;p=buildroot.git snmppp: update download URL The filename of the SNMP++ sources has changed. The old one is still working because the server automatically redirects to the new file, but it is safer to use the official name. Signed-off-by: Luca Ceresoli Signed-off-by: Peter Korsgaard --- diff --git a/package/snmppp/snmppp.mk b/package/snmppp/snmppp.mk index e4615d8e3f..78d7dc92cd 100644 --- a/package/snmppp/snmppp.mk +++ b/package/snmppp/snmppp.mk @@ -5,7 +5,7 @@ ################################################################################ SNMPPP_VERSION = 3.3.4 -SNMPPP_SOURCE = snmp++$(SNMPPP_VERSION).tar.gz +SNMPPP_SOURCE = snmp++-$(SNMPPP_VERSION).tar.gz SNMPPP_SITE = http://www.agentpp.com SNMPPP_DEPENDENCIES = openssl host-pkgconf SNMPPP_INSTALL_STAGING = YES