diff options
author | Marek Szuba <marecki@gentoo.org> | 2022-08-24 14:31:40 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2022-08-24 15:29:50 +0100 |
commit | 1801fdcfb090dfddb2569401f9b30ccc9cb96840 (patch) | |
tree | d901d7a5c1dda97d666c03b5f808dce576a13750 /app-crypt | |
parent | dev-util/crash: keyword 8.0.1 for ~riscv (diff) | |
download | gentoo-1801fdcfb090dfddb2569401f9b30ccc9cb96840.tar.gz gentoo-1801fdcfb090dfddb2569401f9b30ccc9cb96840.tar.bz2 gentoo-1801fdcfb090dfddb2569401f9b30ccc9cb96840.zip |
app-crypt/yubikey-manager: update the SRC_URI comment again
Turns out using release tarballs from GitHub is okay after all, see
https://github.com/Yubico/yubikey-manager/issues/518 for details.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild b/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild index 8d1ff491bab0..3189b72bb3b4 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-4.0.9.ebuild @@ -10,11 +10,10 @@ inherit distutils-r1 DESCRIPTION="Python library and command line tool for configuring a YubiKey" HOMEPAGE="https://developers.yubico.com/yubikey-manager/" -# Per https://github.com/Yubico/yubikey-manager/issues/217, Yubico is -# the official source for tarballs, not Github. -# Unfortunately in spite of having been mentioned on the Release Notes -# page since mid-July, as of mid-August 2022 there is still no trace -# of an official 4.0.9 tarball. +# According to https://github.com/Yubico/yubikey-manager/issues/518 the release +# tarballs on Yubico Web site and on GitHub should be identical, and at least +# for recent releases the latter are signed as well. Only the automatically +# generated "Source code (tar.gz)" tarballs should not be used. SRC_URI="https://github.com/Yubico/yubikey-manager/releases/download/${PV}/${P}.tar.gz -> ${P}.gh.tar.gz" LICENSE="BSD-2" |