diff options
author | Petr Štetiar <ynezz@true.cz> | 2019-10-11 22:48:06 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-10-11 22:48:06 +0200 |
commit | 36c6f4a011eeabf73a4a70da7796c565a27caf91 (patch) | |
tree | b7e4fcf7a9c85dd4df3d23fc40b978923ec3d32e /package | |
parent | 33dd522f241f8a471bbf2c06dd1afeb63d77f9d1 (diff) | |
download | upstream-36c6f4a011eeabf73a4a70da7796c565a27caf91.tar.gz upstream-36c6f4a011eeabf73a4a70da7796c565a27caf91.tar.bz2 upstream-36c6f4a011eeabf73a4a70da7796c565a27caf91.zip |
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 <rosenp@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libnl-tiny/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <nbd@nbd.name> |