summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Li2022-12-03 16:00:03 -0500
committerRaymond Li2022-12-03 16:00:03 -0500
commitb66ba90db0186e3b0fe0de7d465f2b2a5a5c3091 (patch)
tree895a5ff07c7c46ac9515e053d588c02ba1672f8d
parent5d2071367c5991c0a8534cb523a1db24b8be73f8 (diff)
downloadaur-b66ba90db0186e3b0fe0de7d465f2b2a5a5c3091.tar.gz
Bump version to 108.0.5359.71
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbcf67a24219..c82a9e960592 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,6 +15,6 @@ pkgbase = chromedriver
optdepends = google-chrome
conflicts = chromium
source = chromedriver_108.0.5359.71_linux64.zip::https://chromedriver.storage.googleapis.com/108.0.5359.71/chromedriver_linux64.zip
- sha512sums = 82debce470a48d8fe7c0b39faffb28cd102f192b2ed977afcb286de3bfbd4d519a894be910317b2e8847660db016ebc544e081f050adb22c67f3c57b0a9a7089
+ sha512sums = 61f30808835298fcc0b7f42d91fd5954c8fdb9207935f28f49b11db274acc5301266bae6f769bd4a83ace016253fd5f8ae58e09717e64e9dd34d5c3383d7a051
pkgname = chromedriver
diff --git a/PKGBUILD b/PKGBUILD
index cc2003a81248..25dda3e8867a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ 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=('82debce470a48d8fe7c0b39faffb28cd102f192b2ed977afcb286de3bfbd4d519a894be910317b2e8847660db016ebc544e081f050adb22c67f3c57b0a9a7089')
+sha512sums=('61f30808835298fcc0b7f42d91fd5954c8fdb9207935f28f49b11db274acc5301266bae6f769bd4a83ace016253fd5f8ae58e09717e64e9dd34d5c3383d7a051')
package() {
install -Dm755 -t "$pkgdir/usr/bin/" "$srcdir/$pkgname"