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