mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
parent
d554649924
commit
8d7ace080e
|
|
@ -415,7 +415,6 @@ pattern = elvish/(\w+)-(\w+)/elvish-(v[\d\.]+)\.(zip|exe|tar.gz)
|
|||
platform = $1
|
||||
type = $2
|
||||
version = $3
|
||||
key_by = $3 $1 $2
|
||||
category = app
|
||||
|
||||
[flutter]
|
||||
|
|
@ -516,7 +515,6 @@ pattern = vlc/([\d\.]+)/(\w+)/.+\.(dmg|exe|msi|7z)(?!.)
|
|||
platform = $2
|
||||
type = $3
|
||||
version = $1
|
||||
key_by = $1 $2 $3
|
||||
category = app
|
||||
|
||||
[adobe source fonts]
|
||||
|
|
@ -528,7 +526,6 @@ location_2 = adobe-fonts/source-code-pro/*/*.*
|
|||
pattern = (\w+-\w+)\.(ttf|otf)
|
||||
platform = $1
|
||||
type = $2
|
||||
key_by = $1 $2
|
||||
version = latest
|
||||
category = font
|
||||
|
||||
|
|
@ -540,7 +537,6 @@ location_1 = adobe-fonts/source-han-serif/*/*.zip
|
|||
pattern = (\w+)/([-\w]+)\.zip
|
||||
platform = $2
|
||||
type = $1
|
||||
key_by = $2 $1
|
||||
version = latest
|
||||
category = font
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue