ScoopInstaller_Main/bucket/etl2pcapng.json
2023-10-26 00:32:45 +00:00

22 lines
690 B
JSON

{
"version": "1.11.0",
"description": "Convert .etl to .pcapng",
"homepage": "https://github.com/microsoft/etl2pcapng",
"license": "MIT",
"url": "https://github.com/microsoft/etl2pcapng/releases/download/v1.11.0/etl2pcapng.exe",
"hash": "c2d03aac43ea0f5626fc8d909e6688393feaf71bd6facd39aaf8a637382d9043",
"bin": "etl2pcapng.exe",
"architecture": {
"64bit": {
"extract_dir": "etl2pcapng\\x64"
},
"32bit": {
"extract_dir": "etl2pcapng\\x86"
}
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/microsoft/etl2pcapng/releases/download/v$version/etl2pcapng.exe"
}
}