ScoopInstaller_Main/bucket/etl2pcapng.json
tech189 e74721ceca etl2pcapng: Update to version 1.10.0
Fix autoupdate: .zip --> .exe
2022-12-18 17:12:00 +00:00

22 lines
690 B
JSON

{
"version": "1.10.0",
"description": "Convert .etl to .pcapng",
"homepage": "https://github.com/microsoft/etl2pcapng",
"license": "MIT",
"url": "https://github.com/microsoft/etl2pcapng/releases/download/v1.10.0/etl2pcapng.exe",
"hash": "c016819f8367e1381c27c4ec15fd7d7e005b1e94df052fb554d0f84e34060f06",
"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"
}
}