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 8e51431d11e4..85a6179fed33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: relrel <relrelbachar@gmail.com>
_pkgname=chromedriver
pkgname=${_pkgname}-beta
-pkgver=121.0.6167.57
+pkgver=122.0.6261.6
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome-beta)"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=(google-chrome-beta)
provides=(${_pkgname})
conflicts=(chromium)
source=("${_pkgname}_${pkgver}_linux64.zip::https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${pkgver}/linux64/${_pkgname}-linux64.zip")
-sha512sums=('9382e598740c9ffc850bf39b03ddda0f9647d6384092ae561d84c353541ab5148b94b0490a48cf37c9a742fd41fe3e854c0e268d081f0a780a4314838b0d9cf0')
+sha512sums=('2e033f41490dde1d813538943cbed2bc7da4509a9cc75c9aad5326f58e9d6d5c04db243f81acc3bc4adb9919dc4e9c1a44bf1e66c2568cdc76c3d34fd14da83d')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/${_pkgname}-linux64/${_pkgname}"