mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
24 lines
844 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|