flaresolverr: Update to version 3.1.0 (#4596)

* (chore): fix flaresolverr autoupdate

* flaresolverr: Update to version 3.1.0
This commit is contained in:
Zarin 2023-03-24 04:47:51 -04:00 committed by GitHub
parent ccb421dd86
commit 9c317b5b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,20 @@
{ {
"version": "2.2.10", "version": "3.1.0",
"homepage": "https://github.com/FlareSolverr/FlareSolverr", "homepage": "https://github.com/FlareSolverr/FlareSolverr",
"description": "A proxy server to bypass Cloudflare and DDoS-GUARD protection.", "description": "A proxy server to bypass Cloudflare and DDoS-GUARD protection.",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/FlareSolverr/FlareSolverr/releases/download/v2.2.10/flaresolverr-v2.2.10-windows-x64.zip", "url": "https://github.com/FlareSolverr/FlareSolverr/releases/download/v3.1.0/flaresolverr_windows_x64.exe#/flaresolverr.exe",
"hash": "729b66d5d7562dab4a6ae710d6b0653aa0adaf3778322597165f411c747a18c0" "hash": "7f950fb335abc49066d793a6099ee95cad2bcc7ed648a8ead074d0385f99c9c6"
} }
}, },
"extract_dir": "flaresolverr",
"bin": "flaresolverr.exe", "bin": "flaresolverr.exe",
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/FlareSolverr/FlareSolverr/releases/download/v$version/flaresolverr-v$version-windows-x64.zip" "url": "https://github.com/FlareSolverr/FlareSolverr/releases/download/v$version/flaresolverr_windows_x64.exe#/flaresolverr.exe"
} }
} }
} }