summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6ea182b519c..27c6060087a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromedriver
pkgdesc = Standalone server that implements the W3C WebDriver standard (for google-chrome)
- pkgver = 124.0.6367.155
+ pkgver = 124.0.6367.201
pkgrel = 1
url = https://chromedriver.chromium.org/
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = chromedriver
depends = xdg-utils
optdepends = google-chrome
conflicts = chromium
- source = chromedriver_124.0.6367.155_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.155/linux64/chromedriver-linux64.zip
- sha512sums = a7f93979e863c9d2a85b9aedeb32121a75bcd2f4fd643c3902b9066cdf094548cbad7d78ddf36b294fa69fbc3f602a369da58e5949b9a664e5a85b149f95c1de
+ source = chromedriver_124.0.6367.201_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.201/linux64/chromedriver-linux64.zip
+ sha512sums = f06524165c317af27305156b1655f3d14ff2eeffcaba9d49bbe9a90d5d04acb7d661023cfe8a2f7cde2e53c59742ca067e21dd764d3109ec750ee70448139244
pkgname = chromedriver
diff --git a/PKGBUILD b/PKGBUILD
index 5256d8bbecd6..87c44296eb44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=124.0.6367.155
+pkgver=124.0.6367.201
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils)
optdepends=(google-chrome)
conflicts=(chromium)
source=("${pkgname}_${pkgver}_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/${pkgver}/linux64/${pkgname}-linux64.zip")
-sha512sums=('a7f93979e863c9d2a85b9aedeb32121a75bcd2f4fd643c3902b9066cdf094548cbad7d78ddf36b294fa69fbc3f602a369da58e5949b9a664e5a85b149f95c1de')
+sha512sums=('f06524165c317af27305156b1655f3d14ff2eeffcaba9d49bbe9a90d5d04acb7d661023cfe8a2f7cde2e53c59742ca067e21dd764d3109ec750ee70448139244')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}