From: Marko Ratkaj Date: Wed, 29 Nov 2017 15:05:13 +0000 (+0100) Subject: libhttp-parser: bump to 2.7.1 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d7d66e99f903e5cd84bc0bb0425521de0f7ed783;p=feed%2Fpackages.git libhttp-parser: bump to 2.7.1 Signed-off-by: Marko Ratkaj --- diff --git a/libs/libhttp-parser/Makefile b/libs/libhttp-parser/Makefile index d8bc5cfa63..3667b2beb9 100644 --- a/libs/libhttp-parser/Makefile +++ b/libs/libhttp-parser/Makefile @@ -8,18 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libhttp-parser -PKG_VERSION:=2.3.0 +PKG_VERSION:=2.7.1 PKG_RELEASE=1 PKG_MAINTAINER:=Ramanathan Sivagurunathan PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE-MIT -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_MIRROR_HASH:=721ee45b09e8d999e814afe60508bcf0c8d35940cb71417ee96c0db5cdc161ff +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_MIRROR_HASH:=20e6acc415ae8a47f39c6821685dbba09d99ff5079902fe1a0f580c2c88ae18a PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_URL:=git://github.com/joyent/http-parser.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=56f7ad0e2e5a80f79d214015c91e1f17d11d109f +PKG_SOURCE_VERSION:=v$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk