Răsfoiți Sursa

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 <[email protected]>
Signed-off-by: Petr Štetiar <[email protected]>
Petr Štetiar 6 ani în urmă
părinte
comite
36c6f4a011
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/libs/libnl-tiny/Makefile

+ 1 - 1
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 <[email protected]>