ScoopInstaller_Main/bucket/geckodriver.json
h404bi ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00

27 lines
1.0 KiB
JSON

{
"version": "0.24.0",
"homepage": "https://github.com/mozilla/geckodriver",
"bin": "geckodriver.exe",
"checkver": "github",
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-win64.zip",
"hash": "55089b041e60295d9cd468baf78e1039fd9a38f6cd4d0166b9221626970b276e"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v0.24.0/geckodriver-v0.24.0-win32.zip",
"hash": "3b3c02c22684f35b9a7a8c5e42d8001dde7fc2c989484fd1d573f4a0c30abe03"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v$version/geckodriver-v$version-win64.zip"
},
"32bit": {
"url": "https://github.com/mozilla/geckodriver/releases/download/v$version/geckodriver-v$version-win32.zip"
}
}
}
}