mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix julia regex to not match *.asc files
This commit is contained in:
parent
7586ad3a60
commit
09c71cff18
|
|
@ -627,7 +627,7 @@ distro = Julia
|
|||
listvers = 1
|
||||
location = julia-releases/bin/*/*/*/julia-*
|
||||
# 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)
|
||||
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 = $3
|
||||
type = $4
|
||||
|
|
|
|||
Loading…
Reference in New Issue