mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
Revert "[julia] display rc version suffixes"
This reverts commit 9fdf2a4e8e.
This commit is contained in:
parent
e0393baf0f
commit
7fb96f1238
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue