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 f65a68bc236d..977beb97f72f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=116.0.5845.96
+pkgver=117.0.5938.62
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://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${pkgver}/linux64/${pkgname}-linux64.zip")
-sha512sums=('4e26d2c2a352ffe6699a6e55ca4d69d7b2f0c715a006eba7befa22ef32c8843772e250a3f3692b810798e8603a1cea945eb911ebe335ea4b00723750d47aa473')
+sha512sums=('d98fd68a4ec3b2b7a39036ef65ed1c4ce999f0f8bf619a32fed34b46465d50bd880bf59627260bf0615134ea500cb34d5d3055107bbab49a1a77de6034e36da8')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}