ScoopInstaller_Main/bucket/pacparser.json

24 lines
844 B
JSON

{
"version": "1.4.2",
"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.2/pacparser-v1.4.2-windows.zip",
"hash": "e74cd18f94056edc8831577f1a3c999c2625035993b3ba9897f59742a721bdef",
"extract_dir": "pacparser-v1.4.2-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"
}
}
}
}