2024-03-02 04:26:24 +00:00

23 lines
739 B
JSON

{
"version": "0.9.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.9.1/px-v0.9.1-windows-amd64.zip",
"hash": "b3a116b12418be0e59522ec896160f042d3c292a7fea53dd65b211e9148e68c3"
}
},
"bin": "px.exe",
"persist": "px.ini",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version-windows-amd64.zip"
}
}
}
}