Diff kbfs-6.0.2 with a kbfs-9999

/usr/portage/app-crypt/kbfs/kbfs-9999.ebuild 2024-07-02 13:51:43.385851443 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
12 12
	EGIT_REPO_URI="https://github.com/keybase/client.git"
13 13
	inherit git-r3
14 14
else
15
	SRC_URI="https://github.com/keybase/client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
15
	SRC_URI="https://github.com/keybase/client/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
16 16
	SRC_URI+=" https://dev.gentoo.org/~nicolasbock/${P}-deps.tar.xz"
17 17
	KEYWORDS="~amd64 ~arm64 ~x86"
18 18
fi
Thank you!