diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-07-07 22:03:21 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-07-07 22:03:28 +0200 |
commit | 8055ed4c469516932a7abceed41b13cc7a11de35 (patch) | |
tree | f811eccc4a5035f65a5ed89e324574fe99e60906 /modules/luci-base | |
parent | f4c87f4dc4d5c91ea7413e451949b7c6d44b66ca (diff) |
Revert "luci-base: luasrcdiet: switch to scm clone and fix tarball name"
This reverts commit faa5f0eacd2b2c90c33a75ee1e7fd3ec776601af.
Fixes: #2834
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'modules/luci-base')
-rw-r--r-- | modules/luci-base/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/modules/luci-base/Makefile b/modules/luci-base/Makefile index d94804529c..9bc8ec17a1 100644 --- a/modules/luci-base/Makefile +++ b/modules/luci-base/Makefile @@ -14,17 +14,13 @@ LUCI_BASENAME:=base LUCI_TITLE:=LuCI core libraries LUCI_DEPENDS:=+lua +luci-lib-nixio +luci-lib-ip +rpcd +libubus-lua +luci-lib-jsonc +liblucihttp-lua -LUCI_LUASRCDIET_VERSION:=1.0.0 - -PKG_SOURCE_URL:=https://github.com/jirutka/luasrcdiet.git -PKG_SOURCE_VERSION:=f138fc9359821d9201cd6b57cfa2fcbed5b9af97 -PKG_SOURCE_SUBDIR:=luasrcdiet-$(LUCI_LUASRCDIET_VERSION) -PKG_SOURCE_PROTO:=git -PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz -PKG_MIRROR_HASH:=a5c9d098549fbef618e6022b701e66c8c6fb16c910e63219adad3a4e71341f72 + +PKG_SOURCE:=v1.0.0.tar.gz +PKG_SOURCE_URL:=https://github.com/jirutka/luasrcdiet/archive/ +PKG_HASH:=48162e63e77d009f5848f18a5cabffbdfc867d0e5e73c6d407f6af5d6880151b PKG_LICENSE:=MIT -HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_SOURCE_SUBDIR) +HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/luasrcdiet-1.0.0 include $(INCLUDE_DIR)/host-build.mk |