[source] ubox: fix mirror hash
LEDE Commits
lede-commits at lists.infradead.org
Tue Dec 20 04:43:34 PST 2016
blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/9ee74b575305e8111fd3b1009ae183cf15e6d926
commit 9ee74b575305e8111fd3b1009ae183cf15e6d926
Author: John Crispin <john at phrozen.org>
AuthorDate: Tue Dec 20 13:42:31 2016 +0100
ubox: fix mirror hash
Signed-off-by: John Crispin <john at phrozen.org>
---
package/system/ubox/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/system/ubox/Makefile b/package/system/ubox/Makefile
index 537f380..b602741 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -9,7 +9,7 @@ PKG_SOURCE_URL=$(LEDE_GIT)/project/ubox.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=5649c028c426060616e2bd4e7ea83271cd333d21
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.xz
-PKG_MIRROR_HASH:=44d45a90b55146479b8a949e5498de675054200e1f6c48459d73b0ea70fcdcff
+PKG_MIRROR_HASH:=4936dcd9f16e634641d697042e6ce564d97790dbb0d01ce167c89ea51d802ddc
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list