ScoopInstaller_Main/bucket/pacparser.json
2024-01-18 20:24:49 +00:00

24 lines
844 B
JSON

{
"version": "1.4.3",
"description": "A library to parse proxy auto-config (PAC) files",
"homepage": "https://github.com/manugarg/pacparser",
"license": "LGPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/manugarg/pacparser/releases/download/v1.4.3/pacparser-v1.4.3-windows.zip",
"hash": "460b25bd1b95c552349b2600981815be92887b1061c782a6752ed348f9189dc4",
"extract_dir": "pacparser-v1.4.3-windows"
}
},
"bin": "pactester.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/manugarg/pacparser/releases/download/v$version/pacparser-v$version-windows.zip",
"extract_dir": "pacparser-v$version-windows"
}
}
}
}