commit: cbd2c38d9899c5c47f1385196a3597725c23bdf1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 1 12:08:53 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 1 12:35:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd2c38d
media-libs/libxtract: update SRC_URI to drop github.com/downloads github.com/downloads is gone. Unfortunately, there's no tags on the upstream repo now. Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libxtract/libxtract-0.6.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libxtract/libxtract-0.6.6.ebuild b/media-libs/libxtract/libxtract-0.6.6.ebuild index ff32f55c5132..96b09eebbcd1 100644 --- a/media-libs/libxtract/libxtract-0.6.6.ebuild +++ b/media-libs/libxtract/libxtract-0.6.6.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="A simple, portable, lightweight library of audio feature extraction functions" HOMEPAGE="https://github.com/jamiebullock/LibXtract" -SRC_URI="https://github.com/downloads/jamiebullock/LibXtract/${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
