termshark: Add version 2.3.0 (#3133)

* add termshark 2.3.0, look details on https://github.com/ScoopInstaller/Extras/pull/5420

* add termshark 2.3.0, look details on https://github.com/ScoopInstaller/Extras/pull/5420 and https://github.com/ScoopInstaller/Main/pull/3132#issuecomment-1002111786

* Update bucket/termshark.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Update bucket/termshark.json

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Eugene Klimov 2021-12-28 22:18:05 +05:00 committed by GitHub
parent ce44ea7c6f
commit b9c218f90d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/termshark.json Normal file
View File

@ -0,0 +1,28 @@
{
"version": "2.3.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.3.0/termshark_2.3.0_windows_x64.zip",
"hash": "6c59c1d4f856f5611242588826274a93422a9ca9052b0a0c15a13177a604fcf9",
"extract_dir": "termshark_2.3.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"
}
}
}