mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
add some genisolist entries
This commit is contained in:
parent
a446e0a18c
commit
63de4613a4
|
|
@ -407,6 +407,16 @@ version = $1 $2
|
|||
key_by = $2 $1
|
||||
category = app
|
||||
|
||||
[iina]
|
||||
distro = IINA
|
||||
listvers = 4
|
||||
location = iina/IINA*.dmg
|
||||
pattern = IINA\.(v[\d\.]+)\.dmg
|
||||
platform = macOS
|
||||
type = x86_64
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[kicad win]
|
||||
distro = KiCad
|
||||
listvers = 2
|
||||
|
|
@ -427,6 +437,16 @@ type = x86_64
|
|||
version = $1
|
||||
category = app
|
||||
|
||||
[libreoffice]
|
||||
distro = LibreOffice
|
||||
listvers = 2
|
||||
location = libreoffice/libreoffice/stable/*/*/*/*
|
||||
pattern = libreoffice/libreoffice/stable/([\d\.]+)/(\w+)/(\w+)/LibreOffice_[\d\.]+_[a-zA-Z]+_[-\w]+(_rpm|_deb)?\.(dmg|msi|tar\.gz)(?!.)
|
||||
platform = $2
|
||||
type = $3
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[vscodium win]
|
||||
distro = VS Codium
|
||||
listvers = 10
|
||||
|
|
@ -467,6 +487,16 @@ type = x86_64
|
|||
version = $1
|
||||
category = app
|
||||
|
||||
[vlc]
|
||||
distro = VLC
|
||||
listvers = 2
|
||||
location = videolan-ftp/vlc/*/*/*
|
||||
pattern = vlc/([\d\.]+)/(\w+)/.+\.(dmg|exe|msi|7z)(?!.)
|
||||
platform = $2
|
||||
type = $3
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[google fonts]
|
||||
distro = Google Noto
|
||||
listvers = 10
|
||||
|
|
|
|||
Loading…
Reference in New Issue