2022-05-13 00:35:24 +00:00

23 lines
727 B
JSON

{
"version": "0.7.0",
"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.7.0/px-v0.7.0-windows.zip",
"hash": "0b372801dfb7a9af56fa793a01b186a6c0a868eb992aad44a12ac8d4a4376978"
}
},
"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.zip"
}
}
}
}