diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-07-24 11:25:48 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-07-24 11:26:42 +1000 |
commit | 4268bf69523c784f102b5198df44f54d6d7fa263 (patch) | |
tree | dcaf2a31e640bc70d509e51efd030ffdf352220c /media-libs/libaom | |
parent | app-emacs/julia-mode: deselect failed test (diff) | |
download | gentoo-4268bf69523c784f102b5198df44f54d6d7fa263.tar.gz gentoo-4268bf69523c784f102b5198df44f54d6d7fa263.tar.bz2 gentoo-4268bf69523c784f102b5198df44f54d6d7fa263.zip |
media-libs/libaom: update SRC_URI
I forgot to update the testdata URI and the checksum came from a local
copy in distfiles. Oops!
Closes: https://bugs.gentoo.org/936566
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'media-libs/libaom')
-rw-r--r-- | media-libs/libaom/libaom-3.9.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libaom/libaom-3.9.1.ebuild b/media-libs/libaom/libaom-3.9.1.ebuild index 0f15cf62049a..18e04da00b1b 100644 --- a/media-libs/libaom/libaom-3.9.1.ebuild +++ b/media-libs/libaom/libaom-3.9.1.ebuild @@ -14,7 +14,7 @@ else # chromium-tools.git/generate-libaom-test-tarball.sh SRC_URI=" https://storage.googleapis.com/aom-releases/${P}.tar.gz - test? ( https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-testdata.tar.xz ) + test? ( https://deps.gentoo.zip/${CATEGORY}/${P}-testdata.tar.xz ) " KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~x86" fi |