mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
23 lines
739 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|