ScoopInstaller_Main/bucket/termshark.json
2022-07-12 00:35:17 +00:00

29 lines
982 B
JSON

{
"version": "2.4.0",
"description": "A terminal UI for tshark, inspired by Wireshark",
"homepage": "https://github.com/gcla/termshark",
"license": "MIT",
"depends": "extras/wireshark",
"architecture": {
"64bit": {
"url": "https://github.com/gcla/termshark/releases/download/v2.4.0/termshark_2.4.0_windows_x64.zip",
"hash": "f6cb1628e7630ae4707f0438a12a1f64c7eda57d4d6ada636a7c44e3d54b1e68",
"extract_dir": "termshark_2.4.0_windows_x64"
}
},
"bin": "termshark.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gcla/termshark/releases/download/v$version/termshark_$version_windows_x64.zip",
"extract_dir": "termshark_$version_windows_x64"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256\\s+$basename"
}
}
}