mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
fix download links for Manjaro ARM
This commit is contained in:
parent
cef1da289a
commit
b224d99296
|
|
@ -231,10 +231,10 @@ distro = Manjaro ARM
|
|||
listvers = 1
|
||||
location = osdn/storage/g/m/ma/manjaro-arm/*/*/*/*.img.xz
|
||||
pattern = /manjaro-arm/(\w+)/(\w+)/([0-9\.]+)/.+\.img\.xz
|
||||
version = $1 $3
|
||||
version = $3
|
||||
type = $2
|
||||
platform = ARM
|
||||
key_by = $3 $2
|
||||
platform = $1
|
||||
key_by = $1 $2
|
||||
|
||||
[manjaro]
|
||||
distro = Manjaro
|
||||
|
|
|
|||
Loading…
Reference in New Issue