mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-24 20:34:43 +00:00
24 lines
872 B
JSON
24 lines
872 B
JSON
{
|
|
"version": "1.5.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.5.0/pacparser-v1.5.0-windows-x86_64.zip",
|
|
"hash": "2e63759e30125c53fa3d09eb90d700a94a993732c13374c53b493e051e41aff4",
|
|
"extract_dir": "pacparser-v1.5.0-windows-x86_64"
|
|
}
|
|
},
|
|
"bin": "pactester.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/manugarg/pacparser/releases/download/v$version/pacparser-v$version-windows-x86_64.zip",
|
|
"extract_dir": "pacparser-v$version-windows-x86_64"
|
|
}
|
|
}
|
|
}
|
|
}
|