summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRobert Walaski2023-03-17 11:17:25 +0100
committerRobert Walaski2023-03-17 11:17:25 +0100
commit90aae36a731068018238521752f9a76ece76cddd (patch)
tree8e7b90b34693b1b008f45ad849cc0fb9f771c3e6 /PKGBUILD
parent06a96e61a432f78b1bea2800bfb6a09b5cf5c875 (diff)
downloadaur-90aae36a731068018238521752f9a76ece76cddd.tar.gz
Fix: revert back to stable version 111.0.5563.64
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9d3b99bfd58..71551cdf9475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=112.0.5615.28
+pkgver=111.0.5563.64
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
@@ -15,8 +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=('6baa3a1fd367cf706c58d1780b10eff2eba73fcc5d41b9ef729c044b950b7676bdfc4177c652fa30dc31f2604b04a7654864a2e766208df0cf52809b890ddba1')
-
+sha512sums=('47a3bff3a094a9bb6d36cb57f78c8d90ed32ed388c8eb094c3a0eaec59299864f5deec35a4a6db86a0883cbe4a29b298d5d10851bbc3ad324e472e393e245d07')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"
}