Merge pull request #228 from ZenithalHourlyRate/vlc-3.0.11.1-macosx-only

Change from vlc-desktop to two separate section, win and macosx
This commit is contained in:
Yuxiang Zhang 2020-11-07 17:55:00 +08:00 committed by GitHub
commit 9ae52ac2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -689,16 +689,26 @@ version = $1
sort_by = macOS x86_64 $1
category = app
[vlc-desktop]
[vlc-win]
distro = VLC
listvers = 1
location = videolan-ftp/vlc/*/*/*
pattern = vlc/([\d\.]+)/(\w+)/.+\d\.(dmg|exe|msi|7z)(?!.)
pattern = vlc/([\d\.]+)/(win32|win64)/.+\d\.(dmg|exe|msi|7z)(?!.)
platform = $2
type = $3
version = $1
category = app
[vlc-macosx]
distro = VLC
listvers = 1
location = videolan-ftp/vlc/*/*/*
pattern = vlc/([\d\.]+)/macosx/.+\d\.(dmg|exe|msi|7z)(?!.)
platform = macosx
type = $2
version = $1
category = app
[vlc-android]
distro = VLC
listvers = 1