summaryrefslogtreecommitdiffstats
path: root/package/snmppp
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2014-04-07 00:20:03 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-04-08 01:18:34 +0200
commitcdf8dcd0cc4f74baee50b21f9c479ae27151ea6e (patch)
treea296db02f14917d7acf0240137e8c15038fc7a29 /package/snmppp
parentfa4e4471f7b35b75880c7edc176805c22e81d8d0 (diff)
downloadbuildroot-cdf8dcd0cc4f74baee50b21f9c479ae27151ea6e.tar.gz
buildroot-cdf8dcd0cc4f74baee50b21f9c479ae27151ea6e.zip
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 <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/snmppp')
-rw-r--r--package/snmppp/snmppp.mk2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud