summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Li2023-09-21 22:00:06 +0200
committerRaymond Li2023-09-21 22:00:06 +0200
commit24eef707227a9676e4a04e6b4bee7ed19a4ad7fc (patch)
tree2f881cedd1f7908e4d35d53da901e6eff3839a26
parentfc268478f1c11644fa566036c4a0f8113ef321de (diff)
downloadaur-24eef707227a9676e4a04e6b4bee7ed19a4ad7fc.tar.gz
Bump version to 117.0.5938.92
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33aaf433e498..9c44ee1b413b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromedriver
pkgdesc = Standalone server that implements the W3C WebDriver standard (for google-chrome)
- pkgver = 117.0.5938.88
+ pkgver = 117.0.5938.92
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_117.0.5938.88_linux64.zip::https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/linux64/chromedriver-linux64.zip
- sha512sums = 5837214766d250a187fce5a880135457d495999392d8faf300cfda660add42d44aa481c766d70c24a1e5c8c771367701dd1168259bb5de1492d2cc6a5636cd75
+ source = chromedriver_117.0.5938.92_linux64.zip::https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.92/linux64/chromedriver-linux64.zip
+ sha512sums = 232fd3c4c1b0f112a4bfac07bc61921fd7ab98a3256ded7d563b1ca8c5826f2c8d403546d723c82922943dc7553399834648d749efebff4445e11c619d410de0
pkgname = chromedriver
diff --git a/PKGBUILD b/PKGBUILD
index d3aa66701318..435df79f963c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=117.0.5938.88
+pkgver=117.0.5938.92
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://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${pkgver}/linux64/${pkgname}-linux64.zip")
-sha512sums=('5837214766d250a187fce5a880135457d495999392d8faf300cfda660add42d44aa481c766d70c24a1e5c8c771367701dd1168259bb5de1492d2cc6a5636cd75')
+sha512sums=('232fd3c4c1b0f112a4bfac07bc61921fd7ab98a3256ded7d563b1ca8c5826f2c8d403546d723c82922943dc7553399834648d749efebff4445e11c619d410de0')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}