{ "version": "0.10.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.10.1/px-v0.10.1-windows-amd64.zip", "hash": "89ea30a82e356a7a721b09886e4a7cededc633c8b6ff00c61e840559142c9293" } }, "pre_install": [ "if (Test-Path -PathType Container \"$persist_dir\\px.ini\") { Remove-Item \"$persist_dir\\px.ini\" } # removes folder px.ini if exists", "if (!(Test-Path \"$persist_dir\\px.ini\")) { New-Item \"$dir\\px.ini\" | Out-Null } # creates config file px.ini if doesn't exist" ], "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" } } } }