mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 10:05:15 +00:00
chromedriver: (chore) Fix URLs (#5613)
This commit is contained in:
parent
d50b51835b
commit
7984b34f19
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user