diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-08-10 22:29:13 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-08-11 15:49:35 +0200 |
commit | b719de9d3c1c2a32f8dc2486695c6d71293a0d4f (patch) | |
tree | a8776b9b5dfe801863ad0848eeed1953ce775276 /package/libhttpparser | |
parent | 309b466a1d80c5cbf254478348c06996ea914700 (diff) | |
download | buildroot-b719de9d3c1c2a32f8dc2486695c6d71293a0d4f.tar.gz buildroot-b719de9d3c1c2a32f8dc2486695c6d71293a0d4f.zip |
package/libhttpparser: bump version to 2.7.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/libhttpparser')
-rw-r--r-- | package/libhttpparser/libhttpparser.hash | 2 | ||||
-rw-r--r-- | package/libhttpparser/libhttpparser.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/libhttpparser/libhttpparser.hash b/package/libhttpparser/libhttpparser.hash index e11006e8a5..a1b772e54c 100644 --- a/package/libhttpparser/libhttpparser.hash +++ b/package/libhttpparser/libhttpparser.hash @@ -1,2 +1,2 @@ # Locally computed: -sha256 a11c5ccb9808496f3de66d54ea1f89271919923307e31c75de2a3a77a6754c97 libhttpparser-v2.6.0.tar.gz +sha256 70409ad324e5de2da6a0f39e859e566d497c1ff0a249c0c38a5012df91b386b3 libhttpparser-v2.7.1.tar.gz diff --git a/package/libhttpparser/libhttpparser.mk b/package/libhttpparser/libhttpparser.mk index 015efc0a1d..8ff0413322 100644 --- a/package/libhttpparser/libhttpparser.mk +++ b/package/libhttpparser/libhttpparser.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBHTTPPARSER_VERSION = v2.6.0 +LIBHTTPPARSER_VERSION = v2.7.1 LIBHTTPPARSER_SITE = $(call github,nodejs,http-parser,$(LIBHTTPPARSER_VERSION)) LIBHTTPPARSER_INSTALL_STAGING = YES LIBHTTPPARSER_LICENSE = MIT |