diff options
author | Raymond Li | 2024-07-16 18:00:11 -0400 |
---|---|---|
committer | Raymond Li | 2024-07-16 18:00:11 -0400 |
commit | 59f30272e31db722df835f778184f609ddaf7e41 (patch) | |
tree | ca33879ae64590e1f8565bfab36f32f83815cb13 | |
parent | dcde9e8ba01ef98e655313542166461fa7a8f97f (diff) | |
download | aur-59f30272e31db722df835f778184f609ddaf7e41.tar.gz |
Bump version to 126.0.6478.127
-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 = 126.0.6478.126 + pkgver = 126.0.6478.127 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_126.0.6478.126_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chromedriver-linux64.zip - sha512sums = 5b59053fbd2b1b8b02fb093e11d03201e302adb5fd901b2adc8cf1715f06c8a2064666de966dd4dbe8c40c5eb419f051fd5a9407f54f032e411e5e089bf9ce34 + source = chromedriver_126.0.6478.127_linux64.zip::https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.127/linux64/chromedriver-linux64.zip + sha512sums = bc5b5ab413bc0d8b6706e4225f0c2f412e6cbae366d5de6c19534d87c4c518f8cf5f7322c73de9cea75dbd7bd3e2cf2808ca4ce3b6a5a847e6330e51781d4cae pkgname = chromedriver @@ -6,7 +6,7 @@ # Contributor: James An <james@jamesan.ca> # Contributor: lybin pkgname=chromedriver -pkgver=126.0.6478.126 +pkgver=126.0.6478.127 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=('5b59053fbd2b1b8b02fb093e11d03201e302adb5fd901b2adc8cf1715f06c8a2064666de966dd4dbe8c40c5eb419f051fd5a9407f54f032e411e5e089bf9ce34') +sha512sums=('bc5b5ab413bc0d8b6706e4225f0c2f412e6cbae366d5de6c19534d87c4c518f8cf5f7322c73de9cea75dbd7bd3e2cf2808ca4ce3b6a5a847e6330e51781d4cae') package() { install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname-linux64/$pkgname" } |