net-misc/trurl: sync live

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-20 04:13:34 +00:00
parent 84aba79a74
commit bdb6ca056f

View File

@@ -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