From 9551cfee62bfc93434d69c371194502e7f496e79 Mon Sep 17 00:00:00 2001 From: genotrance Date: Tue, 6 Feb 2024 06:17:00 +0000 Subject: [PATCH] px: Update to version 0.9.0 (#5480) --- bucket/px.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/px.json b/bucket/px.json index c9876fbd0b..c17976b403 100644 --- a/bucket/px.json +++ b/bucket/px.json @@ -1,12 +1,12 @@ { - "version": "0.8.4", + "version": "0.9.0", "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.8.4/px-v0.8.4-windows.zip", - "hash": "deeac596f36257ee8878c6dc1570ccc7a0bc10da351abc98275c4de89616fa3f" + "url": "https://github.com/genotrance/px/releases/download/v0.9.0/px-v0.9.0-windows-amd64.zip", + "hash": "f203e4830e45c44098343b33970d1f1749aec136c4fa67c8bb22f8421f54f8f6" } }, "bin": "px.exe", @@ -15,7 +15,7 @@ "autoupdate": { "architecture": { "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" } } }