mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
[julia] fix platform label in genisolist
This commit is contained in:
parent
0b89634e14
commit
bf225c5535
|
|
@ -679,7 +679,7 @@ listvers = 1
|
|||
location = julia-releases/bin/*/*/*/julia-*
|
||||
# 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
|
||||
platform = $3/$1
|
||||
version = $2
|
||||
type = $4
|
||||
key_by = $3 $2
|
||||
|
|
|
|||
Loading…
Reference in New Issue