summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 70bcf9be223d..51a437d0248f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Aug 23 21:49:38 UTC 2016
+# Tue Sep 27 20:12:27 UTC 2016
pkgbase = chromedriver
pkgdesc = Standalone server which implements WebDriver's wire protocol
- pkgver = 2.23
+ pkgver = 2.24
pkgrel = 1
url = https://sites.google.com/a/chromium.org/chromedriver/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = chromedriver
depends = gconf
optdepends = google-chrome
conflicts = chromium
- source = chromedriver_2.23_.zip::http://chromedriver.storage.googleapis.com/2.23/chromedriver_.zip
+ source = chromedriver_2.24_.zip::http://chromedriver.storage.googleapis.com/2.24/chromedriver_.zip
pkgname = chromedriver
diff --git a/PKGBUILD b/PKGBUILD
index 6656c5864819..d3638d01e796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: lybin
pkgname=chromedriver
-pkgver=2.23
+pkgver=2.24
pkgrel=1
pkgdesc="Standalone server which implements WebDriver's wire protocol"
arch=('i686' 'x86_64')
@@ -15,10 +15,10 @@ optdepends=('google-chrome')
if [ "$CARCH" = "i686" ]; then
_arch='linux32'
- md5sums=('45df7fb52f4cba39a5bdcdaf2c16e171')
+ md5sums=('8e6b6d358f1b919a0d1369f90d61e1a4')
elif [ "$CARCH" = "x86_64" ]; then
_arch='linux64'
- md5sums=('cc89692d75fb0bdfe700ec0ca19808a5')
+ md5sums=('c56e41bdc769ad2c31225b8495fc1a93')
fi
source=("${pkgname}_${pkgver}_${_arch}.zip::http://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_${_arch}.zip")