mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
23 lines
727 B
JSON
23 lines
727 B
JSON
{
|
|
"version": "0.6.2",
|
|
"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.6.2/px-v0.6.2-windows.zip",
|
|
"hash": "1d0e1c566d5ef9e35997cc5e17722628792d2bb68a34b17823fe76604c99324a"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|