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
This commit is contained in:
Valentin 2025-11-07 11:25:31 +01:00 committed by GitHub
parent b692058136
commit cb59f9b9ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
}
}