diff --git a/bucket/px.json b/bucket/px.json index 0f2d7f9431..ffb13d0896 100644 --- a/bucket/px.json +++ b/bucket/px.json @@ -1,12 +1,12 @@ { - "version": "0.6.0", + "version": "0.6.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.6.0/px-v0.6.0.zip", - "hash": "e1f6e5d923abdc0c143ba4c7a3970bfa6e669220df7d1484a3b71fcce9e18351" + "url": "https://github.com/genotrance/px/releases/download/v0.6.1/px-v0.6.1-windows.zip", + "hash": "3385a2f21171500dd87a28589961aad3d5ea310e67c55c49968dc6f9017c61ff" } }, "bin": "px.exe", @@ -15,7 +15,7 @@ "autoupdate": { "architecture": { "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" } } }