From 0dfe9747228763d108b98999c973d1b30554a73f Mon Sep 17 00:00:00 2001 From: Keeyou Date: Tue, 10 Sep 2024 12:53:11 +0800 Subject: [PATCH] net-proxy/yass: fix a typo in SRC_URI Signed-off-by: Keeyou --- net-proxy/yass/yass-1.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/yass/yass-1.13.2.ebuild b/net-proxy/yass/yass-1.13.2.ebuild index 37aa1b5d56a..17e74beeb1d 100644 --- a/net-proxy/yass/yass-1.13.2.ebuild +++ b/net-proxy/yass/yass-1.13.2.ebuild @@ -10,7 +10,7 @@ inherit cmake unpacker xdg DESCRIPTION="lightweight and efficient, socks5/http forward proxy" HOMEPAGE="https://github.com/Chilledheart/yass" -SRC_URI="https://github.com/Chilledheart/yass/releases/download/${PN}/${PN}-${PV}.tar.zst" +SRC_URI="https://github.com/Chilledheart/yass/releases/download/${PV}/${PN}-${PV}.tar.zst" S="${WORKDIR}/${PN}-${PV}" LICENSE="GPL-2" SLOT="0"