diff --git a/luci-app-store/Makefile b/luci-app-store/Makefile index f7824646a..5dad4dea4 100644 --- a/luci-app-store/Makefile +++ b/luci-app-store/Makefile @@ -11,13 +11,13 @@ LUCI_DEPENDS:=+curl +opkg +luci-base +tar +libuci-lua +mount-utils +luci-lib-tas LUCI_EXTRA_DEPENDS:=luci-lib-taskd (>=1.0.19) LUCI_PKGARCH:=all -PKG_VERSION:=0.1.29-5 +PKG_VERSION:=0.1.29-6 # PKG_RELEASE MUST be empty for luci.mk PKG_RELEASE:= ISTORE_UI_VERSION:=0.1.28 -ISTORE_UI_RELEASE:=2 -PKG_HASH:=c83eb15c65ca0d4368beda8977b29ae6f496afa5c3bd1ad898c9e12abeabdd46 +ISTORE_UI_RELEASE:=3 +PKG_HASH:=5097082a9d0821ff23f468f20c7ba9f635a9cb52eeac8b155a55b3441741d260 PKG_SOURCE_URL_FILE:=v$(ISTORE_UI_VERSION)-$(ISTORE_UI_RELEASE).tar.gz PKG_SOURCE:=istore-ui-$(PKG_SOURCE_URL_FILE) diff --git a/luci-app-store/luasrc/view/store/main.htm b/luci-app-store/luasrc/view/store/main.htm index 2e6f3329d..bf43cb51d 100644 --- a/luci-app-store/luasrc/view/store/main.htm +++ b/luci-app-store/luasrc/view/store/main.htm @@ -15,6 +15,7 @@ }); window.vue_base = vue_prefix + '/'; // window.istore_api_base = "https://istore.istoreos.com"; + // window.istore_icon_base = "https://istore.linkease.com.cdn.koolcenter.com"; window.vue_lang_data = '/luci-static/istore/i18n/<%=lang%>.json?v=<%=id.version%>'; window.vue_lang = '<%=lang%>'; window.token = "<%=token%>";