mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
* Update Genotrance PX to latest (stable) release * Update bucket/px.json Reformat 'bin' entry as per Ash258 suggestion Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/px.json Reformat 'description' entry as per Ash258 suggestion Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/px.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com> * Update bucket/px.json Persist px.ini as a file as per Ash258 suggestion. Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
16 lines
665 B
JSON
16 lines
665 B
JSON
{
|
|
"homepage": "https://github.com/genotrance/px",
|
|
"description": "An HTTP proxy server to automatically authenticate through an NTLM proxy.",
|
|
"license": "MIT",
|
|
"version": "0.4.0",
|
|
"url": "https://github.com/genotrance/px/releases/download/v0.4.0/px.exe",
|
|
"hash": "93b54b5b6154c536f7ec0a85ed90ea25aa5ed66c7f61d2acbc37cab8a9231440",
|
|
"pre_install": "if (-not (Test-Path \"$persist_dir\\px.ini\")) { New-Item \"$dir\\px.ini\" -ItemType File | Out-Null }",
|
|
"bin": "px.exe",
|
|
"persist": "px.ini",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"url": "https://github.com/genotrance/px/releases/download/v$version/px.exe"
|
|
}
|
|
}
|