commit: bdb6ca056fa89cdf23f9d4d29da80dd2e1e0d436
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 04:13:34 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 04:13:34 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb6ca05
net-misc/trurl: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/trurl/trurl-9999.ebuild | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/net-misc/trurl/trurl-9999.ebuild b/net-misc/trurl/trurl-9999.ebuild
index 0818842536b1..001952499158 100644
--- a/net-misc/trurl/trurl-9999.ebuild
+++ b/net-misc/trurl/trurl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2023-2024 Gentoo Authors
+# Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -13,9 +13,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/curl/trurl"
inherit git-r3
else
- SRC_URI="https://github.com/curl/trurl/archive/refs/tags/${P}.tar.gz"
- S="${WORKDIR}"/${PN}-${P}
-
+
SRC_URI="https://github.com/curl/trurl/releases/download/${P}/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64"
fi