mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
23 lines
711 B
JSON
23 lines
711 B
JSON
{
|
|
"version": "0.5.1",
|
|
"description": "An HTTP proxy server to automatically authenticate through an NTLM proxy.",
|
|
"homepage": "https://github.com/genotrance/px",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/genotrance/px/releases/download/v0.5.1/px-v0.5.1.zip",
|
|
"hash": "8b9f459b01ee154cd8b816a3656fa2cc33265a33106d5457372a53a95f0a19e8"
|
|
}
|
|
},
|
|
"bin": "px.exe",
|
|
"persist": "px.ini",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|