mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Improve regex for vlc-macosx, fix https://github.com/tuna/issues/issues/1791
This commit is contained in:
parent
4639ea911e
commit
8def4fc6da
|
|
@ -862,9 +862,9 @@ category = app
|
|||
distro = VLC
|
||||
listvers = 1
|
||||
location = videolan-ftp/vlc/*/*/*
|
||||
pattern = vlc/([\d\.]+)/macosx/.+\d\.(dmg|exe|msi|7z)(?!.)
|
||||
platform = macosx
|
||||
type = $2
|
||||
pattern = vlc/([\d\.]+)/macosx/.+-[\d\.]+-(.+)\.(dmg|exe|msi|7z)(?!.)
|
||||
platform = macosx/$2
|
||||
type = $3
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue