From 583d2bce569967a4462ac43e9945af7c5ee8125d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 01:44:54 +0800 Subject: [PATCH] update 2023-10-01 01:44:54 --- naiveproxy/Makefile | 1 + shadowsocksr-libev/Makefile | 1 + trojan-go/Makefile | 7 ++++--- v2ray-core/Makefile | 1 + v2ray-plugin/Makefile | 5 +++-- xray-core/Makefile | 1 + xray-plugin/Makefile | 1 + 7 files changed, 12 insertions(+), 5 deletions(-) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index c60d8c890..75b89e985 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -18,6 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=gn/host PKG_BUILD_PARALLEL:=1 +PKG_USE_MIPS16:=0 PKG_BUILD_FLAGS:=no-mips16 ifneq ($(CONFIG_CPU_TYPE)," ") diff --git a/shadowsocksr-libev/Makefile b/shadowsocksr-libev/Makefile index e73fbc1df..7b211727e 100644 --- a/shadowsocksr-libev/Makefile +++ b/shadowsocksr-libev/Makefile @@ -21,6 +21,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_FIXUP:=autoreconf PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 diff --git a/trojan-go/Makefile b/trojan-go/Makefile index 0275de0fb..f86382d1f 100644 --- a/trojan-go/Makefile +++ b/trojan-go/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=trojan-go -PKG_VERSION:=0.10.6 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=0.10.6 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/p4gefau1t/trojan-go/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=925f02647dda944813f1eab0b71eac98b83eb5964ef5a6f63e89bc7eb4486c1f +PKG_HASH:=925f02647dda944813f1eab0b71eac98b83eb5964ef5a6f63e89bc7eb4486c1f PKG_LICENSE:=GPL-3.0-only PKG_LICENSE_FILES:=LICENSE @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/p4gefau1t/trojan-go GO_PKG_BUILD_PKG:=$(GO_PKG) diff --git a/v2ray-core/Makefile b/v2ray-core/Makefile index 60e91cb14..0206b6ae5 100644 --- a/v2ray-core/Makefile +++ b/v2ray-core/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/v2fly/v2ray-core/v5 GO_PKG_BUILD_PKG:=$(GO_PKG)/main diff --git a/v2ray-plugin/Makefile b/v2ray-plugin/Makefile index 7947c07f9..6bebe0aed 100644 --- a/v2ray-plugin/Makefile +++ b/v2ray-plugin/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v2ray-plugin -PKG_VERSION:=5.7.0 +PKG_VERSION:=5.7.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/teddysun/v2ray-plugin/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=ec0096e36cfe01a946197b44ae51ea76a3dc6a76f846a99f3b985be59ae167fb +PKG_HASH:=ec0096e36cfe01a946197b44ae51ea76a3dc6a76f846a99f3b985be59ae167fb PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE @@ -20,6 +20,7 @@ PKG_MAINTAINER:=madeye PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/shadowsocks/v2ray-plugin GO_PKG_LDFLAGS_X:=main.VERSION=v$(PKG_VERSION) diff --git a/xray-core/Makefile b/xray-core/Makefile index 26229aa3a..82fd0811c 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -16,6 +16,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/Xray-core-$(PKG_VERSION) PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/xtls/xray-core GO_PKG_BUILD_PKG:=github.com/xtls/xray-core/main diff --git a/xray-plugin/Makefile b/xray-plugin/Makefile index 5b89e5674..d14ccf630 100644 --- a/xray-plugin/Makefile +++ b/xray-plugin/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/teddysun/xray-plugin