mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
* add etl2pcapng.json * fix description * Update bucket/etl2pcapng.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * Update bucket/etl2pcapng.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * Update bucket/etl2pcapng.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * Update bucket/etl2pcapng.json Co-authored-by: Issac Lin <issaclin32@gmail.com> * fix checkver Co-authored-by: Issac Lin <issaclin32@gmail.com>
22 lines
686 B
JSON
22 lines
686 B
JSON
{
|
|
"version": "1.5.0",
|
|
"description": "Convert .etl to .pcapng",
|
|
"homepage": "https://github.com/microsoft/etl2pcapng",
|
|
"license": "MIT",
|
|
"url": "https://github.com/microsoft/etl2pcapng/releases/download/1.5.0/etl2pcapng.zip",
|
|
"hash": "e2ee70f75cbd922823f1d9bc390e7ad7f49fed4d7b450831bc6bef8e2cb26a07",
|
|
"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/$version/etl2pcapng.zip"
|
|
}
|
|
}
|