From 4006865ae81b20b1793ae2a07db20235fefd2c71 Mon Sep 17 00:00:00 2001 From: Etienne Champetier Date: Sun, 27 Aug 2017 21:28:09 -0700 Subject: treewide: run "make check FIXUP=1" fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier --- libs/libevhtp/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libs/libevhtp/Makefile') diff --git a/libs/libevhtp/Makefile b/libs/libevhtp/Makefile index a81e7ab90..09e822237 100644 --- a/libs/libevhtp/Makefile +++ b/libs/libevhtp/Makefile @@ -16,10 +16,11 @@ PKG_RELEASE:=1 PKG_LICENSE:=BSD-3-Clause PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/ellzey/libevhtp.git +PKG_SOURCE_URL:=https://chromium.googlesource.com/external/github.com/ellzey/libevhtp PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=91071e2f20749cd469b87ac2ef1c158dc2a6806f PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz +PKG_MIRROR_HASH:=c9c4415539e78ac9021a8507cd16b9101564dd03286bc84428cc1ee11f0df1fd PKG_INSTALL:=1 -- cgit v1.2.3