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 4cbc5db97c69..153907ff8ca8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=90.0.4430.24
+pkgver=92.0.4515.107
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils)
optdepends=(google-chrome)
conflicts=(chromium)
source=("${pkgname}_${pkgver}_linux64.zip::https://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")
-sha512sums=('b85313de6abc1b44f26a0e12e20cb66657b840417f5ac6018946de0c8392b05c11d2c22d35f0526b26c35cf8d6134348e5b6c54a28a3955c5b22cc247ae2ce4a')
+sha512sums=('844c0e04bbbfd286617af2d7facd3d6cf7d3491b1e78120f8e0a95676c49647da1e129464892cacc55644011864f57e9769b668a6099bf49cf82d65ebcb68cf1')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"