summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Li2024-06-14 14:00:12 -0400
committerRaymond Li2024-06-14 14:00:12 -0400
commitbf4441100f99501b527e8100908dd42c6549b6ac (patch)
treeb5d0dd81131d594e1ba1cac5e637ee15729b57e2
parent6205374310db10f136268c3367aa5da021d73a75 (diff)
downloadaur-bf4441100f99501b527e8100908dd42c6549b6ac.tar.gz
Bump version to 126.0.6478.61
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e9d9e6aa6b1..8065bb44b5dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chromedriver
pkgdesc = Standalone server that implements the W3C WebDriver standard (for google-chrome)
- pkgver = 126.0.6478.55
+ pkgver = 126.0.6478.61
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_126.0.6478.55_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.55/linux64/chromedriver-linux64.zip
- sha512sums = 7018447cd333fa761db5e3c1e970ab8bcd484af7e5199abf2b24e565a33d4e4d44341680de3fe6330982348becda69eb1e55bacadcaffd1ebed3deb0eb2b5d90
+ source = chromedriver_126.0.6478.61_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.61/linux64/chromedriver-linux64.zip
+ sha512sums = e6b150a580cc0027e9cfea829c9bca2e03c0ce7ac9ef15a466146efbc29d4ccafc1f98b62285234f455b9817a7fa775b27cb990223151ff614d9c1af92d72951
pkgname = chromedriver
diff --git a/PKGBUILD b/PKGBUILD
index ee77d1fc4f0e..b2dd87a0e81c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=126.0.6478.55
+pkgver=126.0.6478.61
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=('7018447cd333fa761db5e3c1e970ab8bcd484af7e5199abf2b24e565a33d4e4d44341680de3fe6330982348becda69eb1e55bacadcaffd1ebed3deb0eb2b5d90')
+sha512sums=('e6b150a580cc0027e9cfea829c9bca2e03c0ce7ac9ef15a466146efbc29d4ccafc1f98b62285234f455b9817a7fa775b27cb990223151ff614d9c1af92d72951')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}