summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jolly <kangie@gentoo.org>2024-07-24 11:25:48 +1000
committerMatt Jolly <kangie@gentoo.org>2024-07-24 11:26:42 +1000
commit4268bf69523c784f102b5198df44f54d6d7fa263 (patch)
treedcaf2a31e640bc70d509e51efd030ffdf352220c /media-libs/libaom
parentapp-emacs/julia-mode: deselect failed test (diff)
downloadgentoo-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.ebuild2
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