diff options
author | Matt Jolly <kangie@gentoo.org> | 2024-11-01 15:49:41 +1000 |
---|---|---|
committer | Matt Jolly <kangie@gentoo.org> | 2024-11-01 15:57:41 +1000 |
commit | 3cfec9e52244637e8abdc736214bf722111bd32a (patch) | |
tree | 2d033084112f792f2d97be3e8c483c2b61986cab /www-client/chromium/chromium-131.0.6778.24.ebuild | |
parent | dev-lisp/sbcl: bump to 2.4.10 (diff) | |
download | gentoo-3cfec9e52244637e8abdc736214bf722111bd32a.tar.gz gentoo-3cfec9e52244637e8abdc736214bf722111bd32a.tar.bz2 gentoo-3cfec9e52244637e8abdc736214bf722111bd32a.zip |
www-client/chromium: update SRC_URI
Infra have graciously provided a CDN for these tarballs.
Update the chromium-testfonts tarball to use the first 10
digits of the SHA256 hash in its rename; it seems to be portable
between major versions.
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'www-client/chromium/chromium-131.0.6778.24.ebuild')
-rw-r--r-- | www-client/chromium/chromium-131.0.6778.24.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/chromium/chromium-131.0.6778.24.ebuild b/www-client/chromium/chromium-131.0.6778.24.ebuild index b89e3b1f8192..86113d88e17a 100644 --- a/www-client/chromium/chromium-131.0.6778.24.ebuild +++ b/www-client/chromium/chromium-131.0.6778.24.ebuild @@ -33,12 +33,12 @@ DESCRIPTION="Open-source version of Google Chrome web browser" HOMEPAGE="https://www.chromium.org/" PATCHSET_PPC64="128.0.6613.84-1raptor0~deb12u1" PATCH_V="${PV%%\.*}-1" -SRC_URI="https://chromium-tarballs.syd1.cdn.digitaloceanspaces.com/${P}.tar.xz +SRC_URI="https://chromium-tarballs.distfiles.gentoo.org/${P}.tar.xz https://gitlab.com/Matt.Jolly/chromium-patches/-/archive/${PATCH_V}/chromium-patches-${PATCH_V}.tar.bz2 test? ( - https://chromium-tarballs.syd1.cdn.digitaloceanspaces.com/${P}-testdata.tar.xz + https://chromium-tarballs.distfiles.gentoo.org/${P}-testdata.tar.xz https://chromium-fonts.storage.googleapis.com/${TEST_FONT} -> chromium-testfonts-${TEST_FONT:0:10}.tar.gz - ) + ) ppc64? ( https://quickbuild.io/~raptor-engineering-public/+archive/ubuntu/chromium/+files/chromium_${PATCHSET_PPC64}.debian.tar.xz https://deps.gentoo.zip/chromium-ppc64le-gentoo-patches-1.tar.xz |