summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRaymond Li2023-07-26 17:35:29 -0400
committerRaymond Li2023-07-26 17:35:29 -0400
commit256271613f21cfd0794c957e957a1e3c1787839c (patch)
treef4d2fe5ec5682a90309e792951b0bfc75b04ace5 /PKGBUILD
parent898bf04d473eb611376a9762ec6be4b5ae317b19 (diff)
downloadaur-256271613f21cfd0794c957e957a1e3c1787839c.tar.gz
Bump version to 115.0.5790.102
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08e332b05465..395aaba465da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: James An <james@jamesan.ca>
# Contributor: lybin
pkgname=chromedriver
-pkgver=114.0.5735.90
+pkgver=115.0.5790.102
pkgrel=1
pkgdesc="Standalone server that implements the W3C WebDriver standard (for google-chrome)"
arch=('x86_64')
@@ -15,8 +15,8 @@ license=('BSD')
depends=(alsa-lib gtk3 libcups libxss libxtst nss xdg-utils)
optdepends=(google-chrome)
conflicts=(chromium)
-source=("${pkgname}_${pkgver}_linux64.zip::https://chromedriver.storage.googleapis.com/${pkgver}/${pkgname}_linux64.zip")
-sha512sums=('4a8bb15043cb78f7e1cf59b76febfdc8664b642cf468d43edd83ee607d4db0ec9bf9014892d5a0b7109b86a5442732aab0fdbc2e6667bd6823efaa11297fae29')
+source=("${pkgname}_${pkgver}_linux64.zip::https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/${pkgver}/linux64/${pkgname}-linux64.zip")
+sha512sums=('d20a797d0d456c1b1acc886acc19636caa5f4bab8a847fd82b45bfae1a77c0187ba7da699fe7c5874af0de6468551a3648ecffb71deef859e0abbe9b2ac4a815')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"
}