ScoopInstaller_Main/bucket/etl2pcapng.json
WataruHaniyama b8fab91496
etl2pcapng: Add version 1.5.0 (#2758)
* 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>
2021-10-24 22:38:49 +08:00

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"
}
}