ScoopInstaller_Main/bucket/etl2pcapng.json

22 lines
688 B
JSON

{
"version": "1.7.0",
"description": "Convert .etl to .pcapng",
"homepage": "https://github.com/microsoft/etl2pcapng",
"license": "MIT",
"url": "https://github.com/microsoft/etl2pcapng/releases/download/v1.7.0/etl2pcapng.zip",
"hash": "11dee506aa6cc7a15b937dba719713f137824f5af55529ffa5bf7d8866c8e15b",
"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.zip"
}
}