summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJunYoung Gwak2020-02-04 14:35:05 -0800
committerJunYoung Gwak2020-02-04 14:35:05 -0800
commit4d731b16fedda70fb4a14dfbd533ce90428d2c51 (patch)
treed50ad1df4a61b7eafa50aee931cb1480a288aa4a /PKGBUILD
parenta683da3817705729c7fc091810198d5f4ba6d675 (diff)
downloadaur-4d731b16fedda70fb4a14dfbd533ce90428d2c51.tar.gz
Update to v80.0.3987.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 992e0e7d32b8..e0b809093976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: lybin
pkgname=chromedriver
-pkgver=79.0.3945.36
+pkgver=80.0.3987.16
pkgrel=1
pkgdesc="Standalone server which implements WebDriver's wire protocol (for google-chrome)"
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('Apache')
conflicts=('chromium')
depends=('libpng' 'gconf')
optdepends=('google-chrome')
-md5sums=('77e6b631478c63c2df5809822a0af916')
+md5sums=('e1a87e90a683689079a6759f82106839')
source=("${pkgname}_${pkgver}_linux64.zip::https://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")