ScoopInstaller_Main/bucket/pacparser.json
2022-06-14 14:09:46 +08:00

24 lines
868 B
JSON

{
"version": "1.4.0",
"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.0/pacparser-v1.4.0-windows-amd64.zip",
"hash": "7c41042d38da3a250067b46263d407efd3ecba4e0ce87d82cfdfb3b965c1f1cd",
"extract_dir": "pacparser-v1.4.0-windows-amd64"
}
},
"bin": "pactester.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/manugarg/pacparser/releases/download/v$version/pacparser-v$version-windows-amd64.zip",
"extract_dir": "pacparser-v$version-windows-amd64"
}
}
}
}