diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-08-07 16:30:20 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-08-07 16:33:02 +0200 |
commit | 5742a2ba35e20b7fe7ca9aac3ceb42e0a4f37ca0 (patch) | |
tree | 6e8c3fe5474062b9fbf9a5b453e589823b88506c /package | |
parent | 23d4f663e33aecf344a6597ae1f2281242001447 (diff) | |
download | upstream-5742a2ba35e20b7fe7ca9aac3ceb42e0a4f37ca0.tar.gz upstream-5742a2ba35e20b7fe7ca9aac3ceb42e0a4f37ca0.tar.bz2 upstream-5742a2ba35e20b7fe7ca9aac3ceb42e0a4f37ca0.zip |
libubox: fix mirror hash
Correct the mirror hash to reflect whats on the download server.
A locally produced libubox SCM tarball was also verified to yield an identical
checksum compared to the one currently on the download server.
Fixes FS#1707.
Fixes 5dc32620c4 ("libubox: update to latest git HEAD")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 432eaa940fee0b8023bee122da4cb08f3216209f)
Diffstat (limited to 'package')
-rw-r--r-- | package/libs/libubox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libubox/Makefile b/package/libs/libubox/Makefile index d0769add6c..5a8102a61a 100644 --- a/package/libs/libubox/Makefile +++ b/package/libs/libubox/Makefile @@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libubox.git PKG_SOURCE_DATE:=2018-07-25 PKG_SOURCE_VERSION:=c83a84afbef2b24f960ddeda0b5e2ab01fba6981 -PKG_MIRROR_HASH:=9ab6dc6e300cb56ed503425c9fe060a154bcab8067da5615c0428c968947484f +PKG_MIRROR_HASH:=4a9594d2ae3706174d182a21fe815f1d18c20beca6593707cc757994975dc670 CMAKE_INSTALL:=1 PKG_LICENSE:=ISC |