px: Update to version 0.9.0 (#5480)

This commit is contained in:
genotrance 2024-02-06 06:17:00 +00:00 committed by GitHub
parent 4fa7bfa9c6
commit 9551cfee62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,12 @@
{ {
"version": "0.8.4", "version": "0.9.0",
"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.8.4/px-v0.8.4-windows.zip", "url": "https://github.com/genotrance/px/releases/download/v0.9.0/px-v0.9.0-windows-amd64.zip",
"hash": "deeac596f36257ee8878c6dc1570ccc7a0bc10da351abc98275c4de89616fa3f" "hash": "f203e4830e45c44098343b33970d1f1749aec136c4fa67c8bb22f8421f54f8f6"
} }
}, },
"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-windows.zip" "url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version-windows-amd64.zip"
} }
} }
} }