From cb59f9b9caecba00832d2d155a41076d79256857 Mon Sep 17 00:00:00 2001 From: Valentin <3774962+val1984@users.noreply.github.com> Date: Fri, 7 Nov 2025 11:25:31 +0100 Subject: [PATCH] pacparser@1.4.6: fix install and autoupdate (#7324) pacparser: fix install and autoupdate The zip archive contains a folder once again like v1.4.3 and under --- bucket/pacparser.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bucket/pacparser.json b/bucket/pacparser.json index 576581c63a..c6ec0a5c47 100644 --- a/bucket/pacparser.json +++ b/bucket/pacparser.json @@ -6,7 +6,8 @@ "architecture": { "64bit": { "url": "https://github.com/manugarg/pacparser/releases/download/v1.4.6/pacparser-v1.4.6-windows-x86_64.zip", - "hash": "f1b5ef0cb633754578a86f1a8acab6f67e88b1b0e8c635677b9889c55661f787" + "hash": "f1b5ef0cb633754578a86f1a8acab6f67e88b1b0e8c635677b9889c55661f787", + "extract_dir": "pacparser-v1.4.6-windows-x86_64" } }, "bin": "pactester.exe", @@ -14,7 +15,8 @@ "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/manugarg/pacparser/releases/download/v$version/pacparser-v$version-windows-x86_64.zip" + "url": "https://github.com/manugarg/pacparser/releases/download/v$version/pacparser-v$version-windows-x86_64.zip", + "extract_dir": "pacparser-v$version-windows-x86_64" } } }