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