mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
22 lines
690 B
JSON
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"
|
|
}
|
|
}
|