diff options
author | Raymond Li | 2024-09-17 18:00:07 -0400 |
---|---|---|
committer | Raymond Li | 2024-09-17 18:00:07 -0400 |
commit | 1caba81e2de03e2144c7f0a96d571bf28a9070f2 (patch) | |
tree | dc7e888fc05e8f370bd366339c0eabf58f753fd7 | |
parent | b56ee1ac20b2f1bbe17b532e26d1c90e84b5f707 (diff) | |
download | aur-1caba81e2de03e2144c7f0a96d571bf28a9070f2.tar.gz |
Bump version to 129.0.6668.58
-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 = 128.0.6613.137 + pkgver = 129.0.6668.58 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_128.0.6613.137_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/128.0.6613.137/linux64/chromedriver-linux64.zip - sha512sums = d5216d45a618f263c67177831db389375bfa37ab9b701486365f4f8e93a0b4e79e3597fe0fb06897831701036777fa7339b4afe8acfc49362212d51fe5da2471 + source = chromedriver_129.0.6668.58_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/129.0.6668.58/linux64/chromedriver-linux64.zip + sha512sums = 017e817676ca179be99e2c3e42509156a0138999cb0a2623790106e562a621c4bd1e922e804dd4285efe35dab662455f3b4bfe0f3315ca53ab4b8b077bc92c1e pkgname = chromedriver @@ -6,7 +6,7 @@ # Contributor: James An <james@jamesan.ca> # Contributor: lybin pkgname=chromedriver -pkgver=128.0.6613.137 +pkgver=129.0.6668.58 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=('d5216d45a618f263c67177831db389375bfa37ab9b701486365f4f8e93a0b4e79e3597fe0fb06897831701036777fa7339b4afe8acfc49362212d51fe5da2471') +sha512sums=('017e817676ca179be99e2c3e42509156a0138999cb0a2623790106e562a621c4bd1e922e804dd4285efe35dab662455f3b4bfe0f3315ca53ab4b8b077bc92c1e') package() { install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname" } |