Update Genotrance PX to latest (stable) release (#459)

* 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>
This commit is contained in:
Frédéric Lespez 2019-10-04 04:41:48 +02:00 committed by Ross Smith II
parent 61c4bf8e45
commit 2e052b5925

View File

@ -1,9 +1,15 @@
{
"homepage": "https://github.com/genotrance/px",
"description": "An HTTP proxy server to automatically authenticate through an NTLM proxy",
"description": "An HTTP proxy server to automatically authenticate through an NTLM proxy.",
"license": "MIT",
"version": "2018-05-18",
"url": "https://github.com/genotrance/px/releases/download/2018-05-18/px.exe",
"hash": "a57048602c634fdcf3ac9df8ba4c3e81856606ce5ea0dc156a33f6538e2c7574",
"bin": "px.exe"
"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"
}
}