2022-06-19 04:31:39 +00:00

23 lines
727 B
JSON

{
"version": "0.8.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.8.0/px-v0.8.0-windows.zip",
"hash": "d141dc9892c68c4b9138d22830a652660c0df3e3ce2170f1d90eafedb9c5f969"
}
},
"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"
}
}
}
}