summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJunYoung Gwak2019-01-27 17:13:27 -0800
committerJunYoung Gwak2019-01-27 17:13:27 -0800
commita62129b78fedfe449f9a1e3052f9be6203a5bf05 (patch)
tree1ad87dff660d6ef62529d778a75917935935e203 /PKGBUILD
parentb10c1d49225435ea929fb5b243ed997f02407580 (diff)
downloadaur-a62129b78fedfe449f9a1e3052f9be6203a5bf05.tar.gz
Update to v2.45
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 862b5843dcc6..ddfb892c3139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: grimsock <lord.grimsock at gmail dot com>
+# Maintainer: JunYoung Gwak <i@jgwak.com>
+# Contributor: grimsock <lord.grimsock at gmail dot com>
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=2.42
+pkgver=2.45
pkgrel=1
pkgdesc="Standalone server which implements WebDriver's wire protocol"
arch=('i686' 'x86_64')
@@ -12,7 +13,7 @@ license=('Apache')
conflicts=('chromium')
depends=('libpng' 'gconf')
optdepends=('google-chrome')
-md5sums=('acfcc29fb03df9e913ef4c360a121ad1')
+md5sums=('61c3484abc908c543b823cf42f58fc5d')
source=("${pkgname}_${pkgver}_linux64.zip::http://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")