summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e5709bc3a63..81d93dba3cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=125.0.6422.60
+pkgver=125.0.6422.78
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils)
optdepends=(google-chrome)
conflicts=(chromium)
source=("${pkgname}_${pkgver}_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/${pkgver}/linux64/${pkgname}-linux64.zip")
-sha512sums=('d13d3f942dbeb4a8a298fba59c6b731f49461675b8decff10d829274ebbc58857b6a08afe52ee8b26235b8999d6655392f8180873f2c560f5b65d824aa96fe82')
+sha512sums=('1c926e6530e285d61813aadfe224cbe00a5c1a7c32cc1d990fd3266face3cf8bbacfb233c4a34cd36b3e101a14f90a810e626b5bbe0c480a981c73c99b37cfcf')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}