diff options
author | Raymond Li | 2025-04-23 20:00:06 -0700 |
---|---|---|
committer | Raymond Li | 2025-04-23 20:00:06 -0700 |
commit | 4a564ce3bf105525bd08ea39dba894c2425ec182 (patch) | |
tree | 28d95e2e8eb58888067f9d95399993bc2c26a4e0 | |
parent | 6d6ba2ad997b66845775a6af8d3d5dfafaaeba63 (diff) | |
download | aur-chromedriver.tar.gz |
Bump version to 135.0.7049.114
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = chromedriver pkgdesc = Standalone server that implements the W3C WebDriver standard (for google-chrome) - pkgver = 135.0.7049.97 + pkgver = 135.0.7049.114 pkgrel = 1 url = https://chromedriver.chromium.org/ arch = x86_64 @@ -14,7 +14,7 @@ pkgbase = chromedriver depends = xdg-utils optdepends = google-chrome conflicts = chromium - source = chromedriver_135.0.7049.97_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.97/linux64/chromedriver-linux64.zip - sha512sums = 15f51aace4c33e6ee19973f3473720e0b8a8c8a3643bb94b6bf84140f6a731a32542f41ff54e52dac406471af4143fc5f25375958796357be1aa6da7a4b5be25 + source = chromedriver_135.0.7049.114_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/135.0.7049.114/linux64/chromedriver-linux64.zip + sha512sums = 8ea33f00385c493ca03051cafd3bcd235dc2ea8881e455ca2453269bb276e95b34886ad01be56b0c467222ad5c0c9920c7421e02f6c18882435c3aeb36a7161e pkgname = chromedriver @@ -6,7 +6,7 @@ # Contributor: James An <james@jamesan.ca> # Contributor: lybin pkgname=chromedriver -pkgver=135.0.7049.97 +pkgver=135.0.7049.114 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=('15f51aace4c33e6ee19973f3473720e0b8a8c8a3643bb94b6bf84140f6a731a32542f41ff54e52dac406471af4143fc5f25375958796357be1aa6da7a4b5be25') +sha512sums=('8ea33f00385c493ca03051cafd3bcd235dc2ea8881e455ca2453269bb276e95b34886ad01be56b0c467222ad5c0c9920c7421e02f6c18882435c3aeb36a7161e') package() { install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname" } |