chromedriver: (chore) Fix URLs (#5613)

This commit is contained in:
Matthew Chan 2024-03-18 13:06:54 +00:00 committed by GitHub
parent d50b51835b
commit 7984b34f19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,12 +5,12 @@
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.128/win64/chromedriver-win64.zip",
"url": "https://storage.googleapis.com/chrome-for-testing-public/122.0.6261.128/win64/chromedriver-win64.zip",
"hash": "661c0bf26bb4cdd7871de4d7f2c76efb7616e7d1244625173fffcad36f610146",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/122.0.6261.128/win32/chromedriver-win32.zip",
"url": "https://storage.googleapis.com/chrome-for-testing-public/122.0.6261.128/win32/chromedriver-win32.zip",
"hash": "b6ee7dcca685c121a9a72715e9ff81849a3966bfb180331960ba766404600241",
"extract_dir": "chromedriver-win32"
}
@ -24,10 +24,10 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$version/win64/chromedriver-win64.zip"
"url": "https://storage.googleapis.com/chrome-for-testing-public/$version/win64/chromedriver-win64.zip"
},
"32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$version/win32/chromedriver-win32.zip"
"url": "https://storage.googleapis.com/chrome-for-testing-public/$version/win32/chromedriver-win32.zip"
}
}
}