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>
This commit is contained in:
WataruHaniyama 2021-10-24 23:38:49 +09:00 committed by GitHub
parent 9c57b25a9e
commit b8fab91496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/etl2pcapng.json Normal file
View File

@ -0,0 +1,21 @@
{
"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"
}
}