From cdf8dcd0cc4f74baee50b21f9c479ae27151ea6e Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Mon, 7 Apr 2014 00:20:03 +0200 Subject: [PATCH] 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 --- package/snmppp/snmppp.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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