mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Merge pull request #206 from johnnychen94/jc/julia_geninfo
[julia] do not capture test and rc versions
This commit is contained in:
commit
0b89634e14
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue