summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2023-03-09 00:00:06 -0800
committerRaymond Li2023-03-09 00:00:06 -0800
commitc82a8fe53e54fad354b461422e0884b7f35df14b (patch)
tree6b98fe2c016ce4ac56a50817d13089afc7736367 /PKGBUILD
parent5b5ac2c5f4072f174af0de23e8745ad0e50aa175 (diff)
downloadaur-c82a8fe53e54fad354b461422e0884b7f35df14b.tar.gz
Bump version to 111.0.5563.64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e2cd8115e16..7d378f5bb937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=110.0.5481.77
+pkgver=111.0.5563.64
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
@@ -15,7 +15,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=('61548113637edff263429e9a7d89a5e521f7f85d0cf181697fb6f7e399f53c1c04e61b9e9cd31ac1f19ce972403c097e310ecc1259e2f36af07de45ecb77095c')
+sha512sums=('47a3bff3a094a9bb6d36cb57f78c8d90ed32ed388c8eb094c3a0eaec59299864f5deec35a4a6db86a0883cbe4a29b298d5d10851bbc3ad324e472e393e245d07')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"