[openwrt/openwrt] ubox: fix PKG_MIRROR_HASH
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 20 12:35:45 PST 2018
blogic pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/3cb38368e2fe45babcf8f2145145a577b1b355c3
commit 3cb38368e2fe45babcf8f2145145a577b1b355c3
Author: John Crispin <john at phrozen.org>
AuthorDate: Tue Feb 20 21:35:14 2018 +0100
ubox: fix PKG_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 6745399..89cc676 100644
--- a/package/system/ubox/Makefile
+++ b/package/system/ubox/Makefile
@@ -7,7 +7,7 @@ PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/ubox.git
PKG_SOURCE_DATE:=2018-02-14
PKG_SOURCE_VERSION:=128bc35fa951ac3beff6e977bc3cced87c2e2600
-PKG_MIRROR_HASH:=17b23c11f7a6b45827af3e5ab47846cdedd04204e96d7ce22147a361fc4f285b
+PKG_MIRROR_HASH:=f58dfb9a9bb69c6303cb69bbd850b14bd29ec59ea240bac4063fd74a7fce64aa
CMAKE_INSTALL:=1
PKG_LICENSE:=GPL-2.0
More information about the lede-commits
mailing list