summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunYoung Gwak2021-01-23 13:32:15 -0800
committerJunYoung Gwak2021-01-23 13:32:15 -0800
commite89fd76ad7071806759bab8bfd61606f0c0949bf (patch)
tree04b5c6d8d32ffc6fd5a0633184088a0f1d5a14b4
parent190330aeefca27d7e7f3c5226f11e7da9e7b236d (diff)
downloadaur-e89fd76ad7071806759bab8bfd61606f0c0949bf.tar.gz
Update to v88.0.4324.96
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfe4cc2bb65d..c4626c688204 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromedriver
pkgdesc = Standalone server that implements the W3C WebDriver standard (for google-chrome)
- pkgver = 87.0.4280.88
+ pkgver = 88.0.4324.96
pkgrel = 1
url = https://chromedriver.chromium.org/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = chromedriver
depends = xdg-utils
optdepends = google-chrome
conflicts = chromium
- source = chromedriver_87.0.4280.88_linux64.zip::https://chromedriver.storage.googleapis.com/87.0.4280.88/chromedriver_linux64.zip
- sha512sums = 65f49dba91b71194b1cb7cf3c9660da04d5fb818ef56ee9bd7fc4e61dbbd2a05488dcba87aca6f7e167a5d6da5ca2e1fdb4c7c19e4a646e502bb57f7e0657b2a
+ source = chromedriver_88.0.4324.96_linux64.zip::https://chromedriver.storage.googleapis.com/88.0.4324.96/chromedriver_linux64.zip
+ sha512sums = a1dfa0106e77ebab742fa865519be7e0f50997263a6b7968b74948dc0c788567b9eadc1f3b433f8d35babff564210f89a910ef14476845438db11a50418ffe75
pkgname = chromedriver
diff --git a/PKGBUILD b/PKGBUILD
index f1332a5812f6..fa27da046abb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=87.0.4280.88
+pkgver=88.0.4324.96
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
@@ -14,7 +14,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=('65f49dba91b71194b1cb7cf3c9660da04d5fb818ef56ee9bd7fc4e61dbbd2a05488dcba87aca6f7e167a5d6da5ca2e1fdb4c7c19e4a646e502bb57f7e0657b2a')
+sha512sums=('a1dfa0106e77ebab742fa865519be7e0f50997263a6b7968b74948dc0c788567b9eadc1f3b433f8d35babff564210f89a910ef14476845438db11a50418ffe75')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"