summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2024-05-29 14:00:10 -0400
committerRaymond Li2024-05-29 14:00:10 -0400
commit7ed113ff2ec6630210dbb3c8f2da92a9aef2b9f7 (patch)
tree3d2cc4025672840f80594c02e325108d7a2f3c71 /PKGBUILD
parentb511a90d37bd2fba00c77ce1d49acd4e29531558 (diff)
downloadaur-7ed113ff2ec6630210dbb3c8f2da92a9aef2b9f7.tar.gz
Bump version to 126.0.6478.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4870faa7c45..29dfe0669513 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: relrel <relrelbachar@gmail.com>
_pkgname=chromedriver
pkgname=${_pkgname}-beta
-pkgver=126.0.6478.17
+pkgver=126.0.6478.26
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome-beta)"
arch=('x86_64')
@@ -15,7 +15,7 @@ optdepends=(google-chrome-beta)
provides=(${_pkgname})
conflicts=(chromium)
source=("${_pkgname}_${pkgver}_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/${pkgver}/linux64/${_pkgname}-linux64.zip")
-sha512sums=('1e8adc0de119b36539568ca794638525e2b320001f649d047cd7431085b64297bef607bfda3508c1301ec99a47e3aa02835f120f7778b4a0f69e111fb6bed767')
+sha512sums=('58327ca58a468ba7f0487a17743b6542e4a79ee626d91c3226e48a41be6de2aab4ddff921263d6cd8ba37d55b658dafb48eca22d99b126d7ea2a5a966c6023e1')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/${_pkgname}-linux64/${_pkgname}"