Merge pull request #391 from qianbinbin/master-1

Improve regex for vlc-macosx, fix https://github.com/tuna/issues/issues/1791
This commit is contained in:
Chen 2023-08-15 13:28:53 +08:00 committed by GitHub
commit 4ade9d3585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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