From 088194b3b53a0d254dcea1a66f6c104525216258 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Wed, 13 Nov 2024 04:21:00 +0800 Subject: [PATCH] update 2024-11-13 04:21:00 --- luci-app-store/Makefile | 2 +- luci-app-store/luasrc/view/store/main.htm | 2 +- luci-app-store/root/bin/is-opkg | 4 ++-- luci-app-store/src/compat.conf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/luci-app-store/Makefile b/luci-app-store/Makefile index 7dd22feff..2c43aa973 100644 --- a/luci-app-store/Makefile +++ b/luci-app-store/Makefile @@ -11,7 +11,7 @@ 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.26-0 +PKG_VERSION:=0.1.26-2 # PKG_RELEASE MUST be empty for luci.mk PKG_RELEASE:= diff --git a/luci-app-store/luasrc/view/store/main.htm b/luci-app-store/luasrc/view/store/main.htm index 0abe09ecc..091d5f074 100644 --- a/luci-app-store/luasrc/view/store/main.htm +++ b/luci-app-store/luasrc/view/store/main.htm @@ -14,7 +14,7 @@ } }); window.vue_base = vue_prefix + '/'; - // window.istore_api_base = "https://istore.linkease.com"; + // window.istore_api_base = "https://istore.istoreos.com"; window.vue_lang_data = '/luci-static/istore/i18n/<%=lang%>.json?v=<%=id.version%>'; window.vue_lang = '<%=lang%>'; window.token = "<%=token%>"; diff --git a/luci-app-store/root/bin/is-opkg b/luci-app-store/root/bin/is-opkg index 20a91df2b..ab5470a8c 100755 --- a/luci-app-store/root/bin/is-opkg +++ b/luci-app-store/root/bin/is-opkg @@ -15,7 +15,7 @@ LISTS_DIR_O=/tmp/opkg-lists LISTS_DIR=${IS_ROOT}${LISTS_DIR_O} OPKG_CONF_DIR=${IS_ROOT}/etc/opkg OPKG_CONF_DIR_M=${IS_ROOT}/etc/opkg_m -FEEDS_SERVER=https://istore.linkease.com/repo +FEEDS_SERVER=https://istore.istoreos.com/repo FEEDS_SERVER_MIRRORS="https://repo.istoreos.com/repo" DISABLE_MIRROR=false ARCH=`sed -n -e 's/^Architecture: *\([^ ]\+\) *$/\1/p' /rom/usr/lib/opkg/info/libc.control /usr/lib/opkg/info/libc.control 2>/dev/null | head -1` @@ -23,7 +23,7 @@ ARCH=`sed -n -e 's/^Architecture: *\([^ ]\+\) *$/\1/p' /rom/usr/lib/opkg/info/li # for istore self upgrade ISTORE_PKG=luci-app-store ISTORE_DEP_PKGS="luci-lib-taskd luci-lib-xterm taskd" -ISTORE_INDEX=https://istore.linkease.com/repo/all/store/Packages.gz +ISTORE_INDEX=https://istore.istoreos.com/repo/all/store/Packages.gz is_init() { mkdir -p ${DL_DIR} ${LISTS_DIR} ${IS_ROOT}/etc ${IS_ROOT}/var diff --git a/luci-app-store/src/compat.conf b/luci-app-store/src/compat.conf index 158938e96..59393abbd 100644 --- a/luci-app-store/src/compat.conf +++ b/luci-app-store/src/compat.conf @@ -1 +1 @@ -src/gz istore_compat https://istore.linkease.com/repo/all/compat \ No newline at end of file +src/gz istore_compat https://istore.istoreos.com/repo/all/compat \ No newline at end of file