summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2024-04-22 18:00:07 -0400
committerRaymond Li2024-04-22 18:00:07 -0400
commitd954c361a07a220cd91b096b67d686ff16aa24d5 (patch)
tree89dbbf59b720b264e97ed344666047121885f70d /PKGBUILD
parent5e457b695b7435b335f9b43f0b37db2333d88784 (diff)
downloadaur-d954c361a07a220cd91b096b67d686ff16aa24d5.tar.gz
Bump version to 124.0.6367.60
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9530ee17f498..86c6fd63894e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=123.0.6312.122
+pkgver=124.0.6367.60
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=('36a653a02b1522da2fe4661a5f28467fdcdf8e8919218dd6ce37ff4e8de979b3baf39c9b976c74cbd5e785bfa6735a2cafe840452233ca06616327fc890d9361')
+sha512sums=('eb91a27751ce00003d1ff04015ca9414ed54b78c772ce526e5812df0a89d23304642f4562ef3620aede01a6940faa5f8961485cfda724ddbba7456276da22fee')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}