mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
Re-Add wireshark in frontend
This commit is contained in:
parent
060fd844b9
commit
f2011b8199
|
|
@ -1004,6 +1004,33 @@ version = $1
|
|||
platform = $2
|
||||
type = iso
|
||||
|
||||
[wireshark win]
|
||||
distro = Wireshark
|
||||
location = wireshark/*/*
|
||||
pattern = Wireshark-([^/]+)-([\.\d]+)\.(exe|msi)
|
||||
version = $2
|
||||
platform = $1
|
||||
type = $3
|
||||
category = app
|
||||
|
||||
[wireshark portable]
|
||||
distro = Wireshark
|
||||
location = wireshark/*/*
|
||||
pattern = WiresharkPortable_([\.\d]+)\.(paf\.exe)
|
||||
version = Portable $1
|
||||
platform = win
|
||||
type = $2
|
||||
category = app
|
||||
|
||||
[wireshark osx]
|
||||
distro = Wireshark
|
||||
location = wireshark/osx/*.dmg
|
||||
pattern = Wireshark ([\.\d]+) ([^/]+)\.dmg
|
||||
version = $1
|
||||
platform = $2
|
||||
type = dmg
|
||||
category = app
|
||||
|
||||
[cmder]
|
||||
distro = cmder
|
||||
location = github-release/cmderdev/cmder/LatestRelease/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue