ScoopInstaller_Main/bucket/flaresolverr.json
tech189 dcf2bb06e0 flaresolverr: Update to version 3.1.2
Fix autoupdate and add extract_dir
2023-04-05 22:52:10 +01:00

23 lines
805 B
JSON

{
"version": "3.1.2",
"homepage": "https://github.com/FlareSolverr/FlareSolverr",
"description": "A proxy server to bypass Cloudflare and DDoS-GUARD protection.",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/FlareSolverr/FlareSolverr/releases/download/v3.1.2/flaresolverr_windows_x64.zip",
"hash": "4e3a915d3b14b11c1ec4e2413beeaf763f03bc21a52e52c7580b0194afb6bddb"
}
},
"extract_dir": "flaresolverr",
"bin": "flaresolverr.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/FlareSolverr/FlareSolverr/releases/download/v$version/flaresolverr_windows_x64.zip"
}
}
}
}