From 4a835768b7df46375e4b515d9ef0eb953ba408a9 Mon Sep 17 00:00:00 2001 From: Daniel Liuzzi Date: Wed, 23 Mar 2022 03:45:53 +0100 Subject: [PATCH] px: Update to version 0.5.1 (#3419) * px: fix autoupdate * remove pre_install (px.ini already present) * architecture blocks (px is now a 64bit app) --- bucket/px.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/bucket/px.json b/bucket/px.json index 2684d5b320..aaeaffd8f1 100644 --- a/bucket/px.json +++ b/bucket/px.json @@ -1,15 +1,22 @@ { - "version": "0.4.0", + "version": "0.5.1", "description": "An HTTP proxy server to automatically authenticate through an NTLM proxy.", "homepage": "https://github.com/genotrance/px", "license": "MIT", - "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 }", + "architecture": { + "64bit": { + "url": "https://github.com/genotrance/px/releases/download/v0.5.1/px-v0.5.1.zip", + "hash": "c54cd8aa342dc51ccec0a21c1691907f38c0ed61cb8c5d4866a8c69ecddc4068" + } + }, "bin": "px.exe", "persist": "px.ini", "checkver": "github", "autoupdate": { - "url": "https://github.com/genotrance/px/releases/download/v$version/px.exe" + "architecture": { + "64bit": { + "url": "https://github.com/genotrance/px/releases/download/v$version/px-v$version.zip" + } + } } }