mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
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:
parent
9c57b25a9e
commit
b8fab91496
21
bucket/etl2pcapng.json
Normal file
21
bucket/etl2pcapng.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user