libnl-tiny: fix package mirror hash
authorPetr Štetiar <ynezz@true.cz>
Fri, 11 Oct 2019 20:48:06 +0000 (22:48 +0200)
committerPetr Štetiar <ynezz@true.cz>
Fri, 11 Oct 2019 20:48:06 +0000 (22:48 +0200)
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 <rosenp@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/libs/libnl-tiny/Makefile

index 0536c6b73ec79cfade08d58fd3bd290e39cd666e..b13d13d3c5a04b0c92d3f2b66d0da25c01f8d647 100644 (file)
@@ -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 <nbd@nbd.name>