mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
pacparser: Add version 1.4.0 (#3671)
This commit is contained in:
parent
3d222947b8
commit
731f2ca7c8
23
bucket/pacparser.json
Normal file
23
bucket/pacparser.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user