projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477d690
)
luci-base: fix PKG_HASH field name
author
Hannu Nyman
<
[email protected]
>
Wed, 11 Oct 2017 13:32:11 +0000
(16:32 +0300)
committer
Hannu Nyman
<
[email protected]
>
Wed, 11 Oct 2017 13:32:11 +0000
(16:32 +0300)
Use PKG_HASH instead of PKG_MD5SUM
Signed-off-by: Hannu Nyman <
[email protected]
>
modules/luci-base/Makefile
patch
|
blob
|
history
diff --git
a/modules/luci-base/Makefile
b/modules/luci-base/Makefile
index 291789cb6464d805b5575f19f9f5cf3384f86e52..6393195e59d6cd9b975684bb71cef8576f3abc17 100644
(file)
--- a/
modules/luci-base/Makefile
+++ b/
modules/luci-base/Makefile
@@
-16,7
+16,7
@@
LUCI_DEPENDS:=+lua +libuci-lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +
PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2
PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luasrcdiet
-PKG_
MD5SUM
:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea
+PKG_
HASH
:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea
PKG_LICENSE:=Apache-2.0
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1