diff options
author | Sam James <sam@gentoo.org> | 2021-12-30 04:31:15 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-30 04:31:15 +0000 |
commit | a3aaded5bd6e91691cd6ffb3615051737edeceb3 (patch) | |
tree | a837b94a9bc8b0f374130aa3502bda9ec8d04427 /media-libs/libvpx | |
parent | media-libs/libvpx: add 1.11.0 (diff) | |
download | gentoo-a3aaded5bd6e91691cd6ffb3615051737edeceb3.tar.gz gentoo-a3aaded5bd6e91691cd6ffb3615051737edeceb3.tar.bz2 gentoo-a3aaded5bd6e91691cd6ffb3615051737edeceb3.zip |
media-libs/libvpx: fix SRC_URI for tests
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/libvpx-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-1.11.0.ebuild b/media-libs/libvpx/libvpx-1.11.0.ebuild index 5666b8e11bcc..7d495a5048b8 100644 --- a/media-libs/libvpx/libvpx-1.11.0.ebuild +++ b/media-libs/libvpx/libvpx-1.11.0.ebuild @@ -17,7 +17,7 @@ LIBVPX_TESTDATA_VER=1.11.0 DESCRIPTION="WebM VP8 and VP9 Codec SDK" HOMEPAGE="https://www.webmproject.org" SRC_URI="https://github.com/webmproject/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - test? ( https://dev.gentoo.org/~sam/${CATEGORY}/${PN}/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.xz )" + test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${PN}-testdata-${LIBVPX_TESTDATA_VER}.tar.xz )" LICENSE="BSD" SLOT="0/7" |