From 7770677c969e8e3855ca0413b5d4eeac9d5e8c89 Mon Sep 17 00:00:00 2001 From: jinqiang zhang Date: Wed, 2 Apr 2025 14:40:22 +0800 Subject: [PATCH] net-proxy/sing-box: update SRC_URI Signed-off-by: jinqiang zhang --- net-proxy/sing-box/sing-box-1.10.7.ebuild | 4 ++-- net-proxy/sing-box/sing-box-1.11.6.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-proxy/sing-box/sing-box-1.10.7.ebuild b/net-proxy/sing-box/sing-box-1.10.7.ebuild index 7cbc3654d..302467c49 100644 --- a/net-proxy/sing-box/sing-box-1.10.7.ebuild +++ b/net-proxy/sing-box/sing-box-1.10.7.ebuild @@ -14,8 +14,8 @@ DESCRIPTION="The universal proxy platform." HOMEPAGE="https://sing-box.sagernet.org/ https://github.com/SagerNet/sing-box" SRC_URI=" https://github.com/SagerNet/sing-box/archive/refs/tags/v${_PV}.tar.gz -> ${P}.tar.gz - tor? ( https://github.com/peeweep/gentoo-go-deps/releases/download/${P}/${P}-deps.tar.xz ) - !tor? ( https://github.com/peeweep/gentoo-go-deps/releases/download/${P}/${P}-vendor.tar.xz ) + tor? ( https://github.com/gentoo-zh/gentoo-deps/releases/download/${P}/${P}-deps.tar.xz ) + !tor? ( https://github.com/gentoo-zh/gentoo-deps/releases/download/${P}/${P}-vendor.tar.xz ) " S="${WORKDIR}/${PN}-${_PV}" diff --git a/net-proxy/sing-box/sing-box-1.11.6.ebuild b/net-proxy/sing-box/sing-box-1.11.6.ebuild index 06e70dedb..95c30dcb3 100644 --- a/net-proxy/sing-box/sing-box-1.11.6.ebuild +++ b/net-proxy/sing-box/sing-box-1.11.6.ebuild @@ -14,7 +14,7 @@ DESCRIPTION="The universal proxy platform." HOMEPAGE="https://sing-box.sagernet.org/ https://github.com/SagerNet/sing-box" SRC_URI=" https://github.com/SagerNet/sing-box/archive/refs/tags/v${_PV}.tar.gz -> ${P}.tar.gz - https://github.com/peeweep/gentoo-go-deps/releases/download/${P}/${P}-vendor.tar.xz + https://github.com/gentoo-zh/gentoo-deps/releases/download/${P}/${P}-vendor.tar.xz " S="${WORKDIR}/${PN}-${_PV}"