www-apps/chromedriver-bin: automated update (144.0.7559.59)

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2026-01-16 18:01:04 +10:00
parent 683f97e6e2
commit fb0dd3a8dd
2 changed files with 29 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
DIST chromedriver-bin-141.0.7390.107.linux64.zip 9444876 BLAKE2B 7a7b0e91eb63f364ac6e2a0f02fc6cc9a1ee3936bdd42d5f748f6a2b0a5f6fab62dc5f1d1021f9d91fe7f6cb7014da273d13821c51acd63cb4cd1228d9a787c4 SHA512 0afda4d5eb81a8fe3e446e2ea5f1bd64d31c9566c740e1fc83e9aaac69cfdc5501d1006dc91aa79860ec6837cece1506956d7533f7557a18bbda9649b2e30dfe
DIST chromedriver-bin-142.0.7444.175.linux64.zip 9462388 BLAKE2B 173a497f80548789adff605a62e406b66dd62251dddea93a86446699ef42a961430d58d1382573a9b39341333c3096092b992e1eacdc7246004dd620e2f1e948 SHA512 a22149a6cb313f4120895696fe63137503523be5bd3dd122b52321cd5d8a700b7402bff83addb991e3c57182be262bc0172686d86e1c937790c575d324fd4621
DIST chromedriver-bin-143.0.7499.169.linux64.zip 9462910 BLAKE2B db18a68c7867b70975c1bf55e8735a506ae17a144c7ca1186f5b4fdeea71818e1599e387718e5dfd1b4509484cf888191faf6de429a838d0f7e53d107fbfec73 SHA512 a7659fa0be40ead1fa88621b909ae2905502307a75972e572c8bb1050fcfa5967d602d7e4fdca0f3abf0c5c23385965ed654c9211c25346e8f784e76d0b86deb
DIST chromedriver-bin-144.0.7559.59.linux64.zip 9718881 BLAKE2B 23a0fc15641c51ca8019714836d020e23de75de1b056b856e4d9606d766382d72abf89a54950d2fd79215a32ee96a924bf1e1fa64b87b8625dc0f0bcf81aec3b SHA512 cad6e6050f5fce13c271bd92541d43c32d1ae7f44e679044e04d2493d6f88b8e66fba676a800794674b02798aeb42f311a76e7c5283c13212c0e2b0dddd5e68b

View File

@@ -0,0 +1,28 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
# See https://googlechromelabs.github.io/chrome-for-testing/#stable for URLs
DESCRIPTION="WebDriver for Chrome"
HOMEPAGE="https://sites.google.com/corp/chromium.org/driver/"
SRC_URI="amd64? ( https://storage.googleapis.com/chrome-for-testing-public/${PV}/linux64/chromedriver-linux64.zip -> ${P}.linux64.zip )"
S="${WORKDIR}/chromedriver-linux64"
LICENSE="google-chrome"
SLOT="0"
KEYWORDS="-* amd64"
RESTRICT="bindist mirror strip"
RDEPEND="
sys-libs/glibc
www-client/google-chrome
!www-client/chromium
"
BDEPEND="app-arch/unzip"
QA_PREBUILT="usr/bin/chromedriver"
src_install() {
dobin chromedriver
}