summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2024-05-24 00:04:25 -0400
committerRaymond Li2024-05-24 00:04:25 -0400
commitb511a90d37bd2fba00c77ce1d49acd4e29531558 (patch)
tree531fe288e73ba31464ea401ad14a01784bcb083f /PKGBUILD
parentda96a4683e898d37cd26183ac2fd8bc7066e6c03 (diff)
downloadaur-b511a90d37bd2fba00c77ce1d49acd4e29531558.tar.gz
Bump version to 126.0.6478.17
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3715b658374..b4870faa7c45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: relrel <relrelbachar@gmail.com>
_pkgname=chromedriver
pkgname=${_pkgname}-beta
-pkgver=126.0.6478.7
+pkgver=126.0.6478.17
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=('8663142098d115aed82da3abd8e147c8a31985921f10d00d08f0149a9bf7655f2547611d1d2f6cd75a8765f5e57302055e0f5dfef71652398bf9ef02b36e42af')
+sha512sums=('1e8adc0de119b36539568ca794638525e2b320001f649d047cd7431085b64297bef607bfda3508c1301ec99a47e3aa02835f120f7778b4a0f69e111fb6bed767')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/${_pkgname}-linux64/${_pkgname}"