Merge pull request #206 from johnnychen94/jc/julia_geninfo

[julia] do not capture test and rc versions
This commit is contained in:
Chen 2020-07-11 14:01:49 +08:00 committed by GitHub
commit 0b89634e14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -677,11 +677,12 @@ category = app
distro = Julia
listvers = 1
location = julia-releases/bin/*/*/*/julia-*
pattern = /bin/(freebsd|mac|linux|winnt)/(x64|x86|aarch64|armv7l)/([\d\.]+)/julia-([\d\.]+-?(alpha|beta|rc)?\d?)-\w+\.(dmg|pkg|exe|tar\.gz)(?!.)
platform = $1/$2
version = $4
type = $6
key_by = $1 $3
# This regex does not capture release candidate (rc) versions
pattern = /(x64|x86|aarch64|armv7l)/[\d\.]+/julia-([\d\.]+)-(freebsd|mac|linux|win)\d*-?\w+\.(dmg|pkg|exe|tar\.gz)(?!.)
platform = $3/$2
version = $2
type = $4
key_by = $3 $2
category = app
[adobe source fonts]