diff options
author | Nicolas Bock <nicolasbock@gentoo.org> | 2024-01-05 17:01:49 -0700 |
---|---|---|
committer | Nicolas Bock <nicolasbock@gentoo.org> | 2024-01-10 10:36:27 -0700 |
commit | 6d97ec755e369eef6e817861ac3830dedb8fcbf3 (patch) | |
tree | 303090a218d965005fced484fb2dbb7baa4ecc78 /app-crypt/keybase/keybase-9999.ebuild | |
parent | app-portage/unsymlink-lib: disable py3.9 (diff) | |
download | gentoo-6d97ec755e369eef6e817861ac3830dedb8fcbf3.tar.gz gentoo-6d97ec755e369eef6e817861ac3830dedb8fcbf3.tar.bz2 gentoo-6d97ec755e369eef6e817861ac3830dedb8fcbf3.zip |
app-crypt/{kbfs,keybase}: Version bump to 6.2.4
Closes: https://bugs.gentoo.org/921016
Closes: https://github.com/gentoo/gentoo/pull/34712
Signed-off-by: Nicolas Bock <nicolasbock@gentoo.org>
Diffstat (limited to 'app-crypt/keybase/keybase-9999.ebuild')
-rw-r--r-- | app-crypt/keybase/keybase-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/keybase/keybase-9999.ebuild b/app-crypt/keybase/keybase-9999.ebuild index cce66b1ede2e..e7a1f0027806 100644 --- a/app-crypt/keybase/keybase-9999.ebuild +++ b/app-crypt/keybase/keybase-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/keybase/client.git" inherit git-r3 else - SRC_URI="https://github.com/keybase/client/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/keybase/client/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" SRC_URI+=" https://dev.gentoo.org/~nicolasbock/${P}-deps.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi |