summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2023-12-24 00:00:08 -0500
committerRaymond Li2023-12-24 00:00:08 -0500
commitc279c7af180c59b3ebcbfeed97be7f5876f669fd (patch)
tree7ff08fda4a564e5bb9ede9f32ae07eb447f57b7e /PKGBUILD
parentdb13c7f3de215d986076d86240bc5a8feedf3bb4 (diff)
downloadaur-c279c7af180c59b3ebcbfeed97be7f5876f669fd.tar.gz
Bump version to 120.0.6099.109
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1b1f2013cf2..07b2ab2828a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=120.0.6099.71
+pkgver=120.0.6099.109
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=('087cc1703539d52932d448a888fed44e0819c6d78999a605a54167586acc50d3a81e9437ed2bc1788ee00825edfe7a33d0bc7a399cc5cae2dbef2b452fdeeff9')
+sha512sums=('2d6c3be01bac622760c82131af61313a8392d64138c234eeab9579bf79ff4891872303270ff4f89d5ca8ea99afd903fdb2b2a431f3298094178f30500542ed2c')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}