2024-02-06 11:47:00 +05:30

23 lines
739 B
JSON

{
"version": "0.9.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.9.0/px-v0.9.0-windows-amd64.zip",
"hash": "f203e4830e45c44098343b33970d1f1749aec136c4fa67c8bb22f8421f54f8f6"
}
},
"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"
}
}
}
}