summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2024-06-24 18:00:13 -0400
committerRaymond Li2024-06-24 18:00:13 -0400
commitdcde9e8ba01ef98e655313542166461fa7a8f97f (patch)
tree4cdf4640a7f8220133b1a04212e81b08d14eec94 /PKGBUILD
parent5ac72dcd5e7156adf80a1cb5cfa98feefcb1b607 (diff)
downloadaur-dcde9e8ba01ef98e655313542166461fa7a8f97f.tar.gz
Bump version to 126.0.6478.126
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc1821ae9d1f..38441ccd921d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=126.0.6478.63
+pkgver=126.0.6478.126
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=('11e6bd0c3f58fb8e4456a0929dd8b302741eb4406ac71144a8de1f0f6830b66a802422cb9db8a59aa20b61d3b75b7c2c3227a00542e7718510c257cbbbc5bfba')
+sha512sums=('5b59053fbd2b1b8b02fb093e11d03201e302adb5fd901b2adc8cf1715f06c8a2064666de966dd4dbe8c40c5eb419f051fd5a9407f54f032e411e5e089bf9ce34')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}