summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2024-03-28 20:00:07 -0700
committerRaymond Li2024-03-28 20:00:07 -0700
commit0c308f9d6ac649b565d10b3fec98e33aefb24376 (patch)
tree8bfbe837b9b21cf36cc18829dedba443a7734e18 /PKGBUILD
parent28770d19f8971a9aa87bfb2f8aaab7e0d3db7a40 (diff)
downloadaur-0c308f9d6ac649b565d10b3fec98e33aefb24376.tar.gz
Bump version to 123.0.6312.86
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f236ab8c3ac..97e02a2c01d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=123.0.6312.58
+pkgver=123.0.6312.86
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=('169177608fcf1bbc8d74f2da56338541ac0c1a95e15a1072270845b67d134b869a6aa4fb201354118461d878f7f21b8c43840048f355e60b9fa3661fca33a5d4')
+sha512sums=('e7f47c7f4a806f1efd213b282724165ddff2e52482aa449dabd9065bfaad2e7684646dc092540c102608b315ac3a8cdb8b92fead25c62587982e3bece000c436')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname"
}