Revert "[julia] display rc version suffixes"

This reverts commit 9fdf2a4e8e.
This commit is contained in:
Johnny Chen 2020-07-11 13:22:04 +08:00
parent e0393baf0f
commit 7fb96f1238
No known key found for this signature in database
GPG Key ID: A8E1AABB61708099

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)(?!.)
# This regex does not capture release candidate (rc) versions
pattern = /bin/(freebsd|mac|linux|winnt)/(x64|x86|aarch64|armv7l)/[\w\.]+/julia-(\d+\.\d+\.\d+)-\w+-?\w+\.(dmg|pkg|exe|tar\.gz)(?!.)
platform = $1/$2
version = $4
type = $6
key_by = $1 $3
version = $3
type = $4
key_by = $1 $2
category = app
[adobe source fonts]