mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
update 2024-11-11 20:39:06
This commit is contained in:
parent
6f1e0af33f
commit
6fea7088dc
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_VERSION:=1.0.1-20241010
|
PKG_VERSION:=1.0.2-20241111
|
||||||
PKG_RELEASE:=
|
PKG_RELEASE:=
|
||||||
|
|
||||||
LUCI_TITLE:=LuCI support for bmtedge
|
LUCI_TITLE:=LuCI support for bmtedge
|
||||||
|
@ -50,7 +50,7 @@ local uid = uci:get_first("bmtedge", "bmtedge", "uid", "")
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
shown = true;
|
shown = true;
|
||||||
new QRCode(document.getElementById("qrimage"), "lsyK17032_"+"<%=uid%>");
|
new QRCode(document.getElementById("qrimage"), "lsyK18000_"+"<%=uid%>");
|
||||||
document.getElementById("winContainer").style.removeProperty('display');
|
document.getElementById("winContainer").style.removeProperty('display');
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=xray-core
|
PKG_NAME:=xray-core
|
||||||
PKG_VERSION:=24.11.5
|
PKG_VERSION:=24.11.11
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/XTLS/Xray-core/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=4610b318778ceca55c83c803fc62064e3379aa6ed33c47499f1483576ea0b41f
|
PKG_HASH:=4ba61bf03096809ef9a7fb27fa7e8232bcc79ae1cc2ac1b601abe0366879111c
|
||||||
|
|
||||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||||
PKG_LICENSE:=MPL-2.0
|
PKG_LICENSE:=MPL-2.0
|
||||||
|
@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
|
|
||||||
PKG_NAME:=xunyou
|
PKG_NAME:=xunyou
|
||||||
PKG_VERSION:=2.0.6.3
|
PKG_VERSION:=2.0.6.4
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)_v$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)_v$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://partnerdownload.xunyou.com/routerplugin/koolshare/
|
PKG_SOURCE_URL:=https://partnerdownload.xunyou.com/routerplugin/koolshare/
|
||||||
PKG_HASH:=09ce1dd0d4fff42b806dcbeca555b231a184f7a135cc0c9c5b4f03d64b8f8eeb
|
PKG_HASH:=b287def32b580b98665c9f9da9afb343233d067df3c40c826275cfb5097fe5cf
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_v$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_v$(PKG_VERSION)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user