diff options
author | Sam James <sam@gentoo.org> | 2023-05-01 13:08:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-01 13:35:51 +0100 |
commit | cbd2c38d9899c5c47f1385196a3597725c23bdf1 (patch) | |
tree | 71dec450880b7eafbb2fbc4bc2f447931e6dd17a /media-libs | |
parent | sys-apps/syslog-notify: update SRC_URI to drop github.com/downloads (diff) | |
download | gentoo-cbd2c38d9899c5c47f1385196a3597725c23bdf1.tar.gz gentoo-cbd2c38d9899c5c47f1385196a3597725c23bdf1.tar.bz2 gentoo-cbd2c38d9899c5c47f1385196a3597725c23bdf1.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libxtract/libxtract-0.6.6.ebuild | 4 |
1 files 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" |