mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Add KDE neon in isoinfo; remove wireshark
This commit is contained in:
parent
b23702f0ac
commit
e93aa3bd21
|
|
@ -969,33 +969,6 @@ version = $1
|
|||
platform = $2
|
||||
type = iso
|
||||
|
||||
[wireshark win]
|
||||
distro = Wireshark
|
||||
location = osdn/storage/g/w/wi/wireshark/*/*
|
||||
pattern = Wireshark-([^/]+)-([\.\d]+)\.(exe|msi)
|
||||
version = $2
|
||||
platform = $1
|
||||
type = $3
|
||||
category = app
|
||||
|
||||
[wireshark portable]
|
||||
distro = Wireshark
|
||||
location = osdn/storage/g/w/wi/wireshark/*/*
|
||||
pattern = WiresharkPortable_([\.\d]+)\.(paf\.exe)
|
||||
version = Portable $1
|
||||
platform = win
|
||||
type = $2
|
||||
category = app
|
||||
|
||||
[wireshark osx]
|
||||
distro = Wireshark
|
||||
location = osdn/storage/g/w/wi/wireshark/osx/*.dmg
|
||||
pattern = Wireshark ([\.\d]+) ([^/]+)\.dmg
|
||||
version = $1
|
||||
platform = $2
|
||||
type = dmg
|
||||
category = app
|
||||
|
||||
[cmder]
|
||||
distro = cmder
|
||||
location = github-release/cmderdev/cmder/LatestRelease/*
|
||||
|
|
@ -1060,3 +1033,11 @@ nosort = true
|
|||
location = github-release/openark/orchestrator/LatestRelease/*
|
||||
pattern = ([^/]+)$
|
||||
version = $1
|
||||
|
||||
[kde-neon]
|
||||
distro = KDE neon
|
||||
location = kde-application/neon/images/*/current/*
|
||||
pattern = kde-application/neon/images/(.+)/current/neon-(.+)-current\.iso(?!.)
|
||||
version = $1
|
||||
nosort = true
|
||||
platform = iso
|
||||
|
|
|
|||
Loading…
Reference in New Issue