mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-02 18:14:49 +00:00
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:
parent
b692058136
commit
cb59f9b9ca
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user