From: Petr Štetiar Date: Fri, 11 Oct 2019 20:48:06 +0000 (+0200) Subject: libnl-tiny: fix package mirror hash X-Git-Tag: v21.02.0-rc1~4857 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=36c6f4a011eeabf73a4a70da7796c565a27caf91;p=openwrt%2Fstaging%2Fchunkeey.git libnl-tiny: fix package mirror hash Current hash doesn't match with the content of the source tarball. Fixes: a92f74ba8db8 ("libnl-tiny: move source code into separate Git repository") Reported-by: Rosen Penev Signed-off-by: Petr Štetiar --- diff --git a/package/libs/libnl-tiny/Makefile b/package/libs/libnl-tiny/Makefile index 0536c6b73e..b13d13d3c5 100644 --- a/package/libs/libnl-tiny/Makefile +++ b/package/libs/libnl-tiny/Makefile @@ -14,7 +14,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git PKG_SOURCE_DATE:=2017-11-16 PKG_SOURCE_VERSION:=8ee5f3a4023f822d1c916bb2b5e845d3597ac674 -PKG_MIRROR_HASH:=e3dd137d69848b8cf2dbc58d70452586dd4178b55977896ea3a9dedaf62c768c +PKG_MIRROR_HASH:=4ec0e67dc3234858da513832906f653e3644a261ac043cbeb95f3a3591daed86 PKG_LICENSE:=LGPL-2.1 PKG_MAINTAINER:=Felix Fietkau