mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
pacparser: fix install and autoupdate The zip archive contains a folder once again like v1.4.3 and under
24 lines
872 B
JSON
24 lines
872 B
JSON
{
|
|
"version": "1.4.6",
|
|
"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.6/pacparser-v1.4.6-windows-x86_64.zip",
|
|
"hash": "f1b5ef0cb633754578a86f1a8acab6f67e88b1b0e8c635677b9889c55661f787",
|
|
"extract_dir": "pacparser-v1.4.6-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"
|
|
}
|
|
}
|
|
}
|
|
}
|