summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2023-05-31 20:00:06 -0400
committerRaymond Li2023-05-31 20:00:06 -0400
commit898bf04d473eb611376a9762ec6be4b5ae317b19 (patch)
treeb6da3f1b1930cf5e8a6b9b994c9c4e3fec143962 /PKGBUILD
parent1d1c680d3035078cf25a2f64f4e69e841c0d0150 (diff)
downloadaur-898bf04d473eb611376a9762ec6be4b5ae317b19.tar.gz
Bump version to 114.0.5735.90
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 93dda7dbedff..08e332b05465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=113.0.5672.63
+pkgver=114.0.5735.90
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://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")
-sha512sums=('49ca499b895bcf40c023be7963fdd6cf94bb17dd970dcccff7bf770686efb952096001d02e84c9a35c16eccfcb08386c7d0692c06b95adc076034c8a8f895221')
+sha512sums=('4a8bb15043cb78f7e1cf59b76febfdc8664b642cf468d43edd83ee607d4db0ec9bf9014892d5a0b7109b86a5442732aab0fdbc2e6667bd6823efaa11297fae29')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"
}