mirror of
https://github.com/kenzok8/small-package.git
synced 2026-02-04 22:09:05 +08:00
update 2025-09-10 12:25:44
This commit is contained in:
@@ -82,7 +82,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Hysteria
|
|||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy
|
config PACKAGE_$(PKG_NAME)_INCLUDE_NaiveProxy
|
||||||
bool "Include NaiveProxy"
|
bool "Include NaiveProxy"
|
||||||
depends on !(arc||(arm&&TARGET_gemini)||armeb||mips||mips64||powerpc)
|
depends on !(arc||armeb||loongarch64||mips||mips64||powerpc||TARGET_gemini)
|
||||||
select PACKAGE_naiveproxy
|
select PACKAGE_naiveproxy
|
||||||
default n
|
default n
|
||||||
|
|
||||||
@@ -99,13 +99,13 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Libev_Server
|
|||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust_Client
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust_Client
|
||||||
bool "Include Shadowsocks Rust Client"
|
bool "Include Shadowsocks Rust Client"
|
||||||
depends on aarch64||arm||i386||mips||mipsel||x86_64
|
depends on !i386
|
||||||
select PACKAGE_shadowsocks-rust-sslocal
|
select PACKAGE_shadowsocks-rust-sslocal
|
||||||
default y if aarch64
|
default y if aarch64||x86_64
|
||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust_Server
|
config PACKAGE_$(PKG_NAME)_INCLUDE_Shadowsocks_Rust_Server
|
||||||
bool "Include Shadowsocks Rust Server"
|
bool "Include Shadowsocks Rust Server"
|
||||||
depends on aarch64||arm||i386||mips||mipsel||x86_64
|
depends on !i386
|
||||||
select PACKAGE_shadowsocks-rust-ssserver
|
select PACKAGE_shadowsocks-rust-ssserver
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=xray-core
|
PKG_NAME:=xray-core
|
||||||
PKG_VERSION:=25.9.5
|
PKG_VERSION:=25.9.10
|
||||||
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:=5c215908982635cc507629e1d366f72a3bf42f1237bcab6687c7a1e8f757bc0d
|
PKG_HASH:=c26b1e3533540f63acb641cea9af660fae60bd50b6ee4a9904858a073161f3dd
|
||||||
|
|
||||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||||
PKG_LICENSE:=MPL-2.0
|
PKG_LICENSE:=MPL-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user