mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 04:05:13 +00:00
* px: fix autoupdate * remove pre_install (px.ini already present) * architecture blocks (px is now a 64bit app)
23 lines
711 B
JSON
23 lines
711 B
JSON
{
|
|
"version": "0.5.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.5.1/px-v0.5.1.zip",
|
|
"hash": "c54cd8aa342dc51ccec0a21c1691907f38c0ed61cb8c5d4866a8c69ecddc4068"
|
|
}
|
|
},
|
|
"bin": "px.exe",
|
|
"persist": "px.ini",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|