diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-01-05 23:34:54 +0200 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2017-01-05 23:34:54 +0200 |
commit | 9dbfb9d3888faeb8319de80127aae475d342f7af (patch) | |
tree | 8783609eae14f6512c8ac5f34f21787d0dd560f0 /modules/luci-base | |
parent | a2dfd21c80eaf815d50ca56a07efa82176f32d5a (diff) |
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/Makefile | 4 |
1 files 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 |