summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2023-09-21 22:00:06 +0200
committerRaymond Li2023-09-21 22:00:06 +0200
commit24eef707227a9676e4a04e6b4bee7ed19a4ad7fc (patch)
tree2f881cedd1f7908e4d35d53da901e6eff3839a26 /PKGBUILD
parentfc268478f1c11644fa566036c4a0f8113ef321de (diff)
downloadaur-24eef707227a9676e4a04e6b4bee7ed19a4ad7fc.tar.gz
Bump version to 117.0.5938.92
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3aa66701318..435df79f963c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=117.0.5938.88
+pkgver=117.0.5938.92
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=('5837214766d250a187fce5a880135457d495999392d8faf300cfda660add42d44aa481c766d70c24a1e5c8c771367701dd1168259bb5de1492d2cc6a5636cd75')
+sha512sums=('232fd3c4c1b0f112a4bfac07bc61921fd7ab98a3256ded7d563b1ca8c5826f2c8d403546d723c82922943dc7553399834648d749efebff4445e11c619d410de0')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}