From 9dbfb9d3888faeb8319de80127aae475d342f7af Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 5 Jan 2017 23:34:54 +0200 Subject: [PATCH] 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 --- modules/luci-base/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index ce7d40dac..753ff259f 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 -- 2.11.0