commit: 97209783eb2728405f7ebd0fc580dd80bfda7009 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 13 00:17:55 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 13 00:17:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97209783
media-libs/flac: update SRC_URI Note that https://gitlab.xiph.org/xiph/flac/-/releases/1.5.0 still lists the old SRC_URI location too so I've not dropped it, just kept it as secondary. Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/flac/flac-1.5.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-libs/flac/flac-1.5.0.ebuild b/media-libs/flac/flac-1.5.0.ebuild index 95829c04c272..8340b502c50a 100644 --- a/media-libs/flac/flac-1.5.0.ebuild +++ b/media-libs/flac/flac-1.5.0.ebuild @@ -7,7 +7,10 @@ inherit flag-o-matic libtool multilib-minimal DESCRIPTION="Free lossless audio encoder and decoder" HOMEPAGE="https://xiph.org/flac/" -SRC_URI="https://downloads.xiph.org/releases/${PN}/${P}.tar.xz" +SRC_URI=" + https://github.com/xiph/flac/releases/download/${PN}/${P}.tar.xz + https://downloads.xiph.org/releases/${PN}/${P}.tar.xz +" LICENSE="BSD FDL-1.2 GPL-2 LGPL-2.1" # <libFLAC SONAME>-<libFLAC++ SONAME>