px: Update to version 0.6.1 (#3478)

This commit is contained in:
tech189 2022-04-06 12:35:49 +01:00 committed by GitHub
parent 5efd2c6e29
commit 2f7630d96e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"version": "0.6.0", "version": "0.6.1",
"description": "An HTTP proxy server to automatically authenticate through an NTLM proxy.", "description": "An HTTP proxy server to automatically authenticate through an NTLM proxy.",
"homepage": "https://github.com/genotrance/px", "homepage": "https://github.com/genotrance/px",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/genotrance/px/releases/download/v0.6.0/px-v0.6.0.zip", "url": "https://github.com/genotrance/px/releases/download/v0.6.1/px-v0.6.1-windows.zip",
"hash": "e1f6e5d923abdc0c143ba4c7a3970bfa6e669220df7d1484a3b71fcce9e18351" "hash": "3385a2f21171500dd87a28589961aad3d5ea310e67c55c49968dc6f9017c61ff"
} }
}, },
"bin": "px.exe", "bin": "px.exe",
@ -15,7 +15,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version.zip" "url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version-windows.zip"
} }
} }
} }