From: Hannu Nyman Date: Thu, 5 Jan 2017 21:34:54 +0000 (+0200) Subject: luci-base: update LuaSrcDiet download location X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9dbfb9d3888faeb8319de80127aae475d342f7af;p=project%2Fluci.git luci-base: update LuaSrcDiet download location Update the googlecode download address to the current one. Change hash to SHA256 at the same time. Signed-off-by: Hannu Nyman --- diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index ce7d40dac7..753ff259fa 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -15,8 +15,8 @@ LUCI_TITLE:=LuCI core libraries LUCI_DEPENDS:=+lua +libuci-lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jsonc PKG_SOURCE:=LuaSrcDiet-0.12.1.tar.bz2 -PKG_SOURCE_URL:=https://luasrcdiet.googlecode.com/files -PKG_MD5SUM:=8a0812701e29b6715e4d76f2f118264a +PKG_SOURCE_URL:=https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/luasrcdiet +PKG_MD5SUM:=ed7680f2896269ae8633756e7edcf09050812f78c8f49e280e63c30d14f35aea HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/LuaSrcDiet-0.12.1