From bf225c5535f1371db48fc558cc97dea05821b83b Mon Sep 17 00:00:00 2001 From: Johnny Chen Date: Sun, 12 Jul 2020 23:52:46 +0800 Subject: [PATCH] [julia] fix platform label in genisolist --- geninfo/genisolist.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geninfo/genisolist.ini b/geninfo/genisolist.ini index 97e21fc..bd10174 100644 --- a/geninfo/genisolist.ini +++ b/geninfo/genisolist.ini @@ -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