mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
genisoinfo: fix google fonts
Related to https://github.com/tuna/issues/issues/1498
This commit is contained in:
parent
61437db801
commit
f75ea46538
|
|
@ -822,13 +822,12 @@ version = $2 $3
|
|||
category = font
|
||||
|
||||
[google fonts]
|
||||
distro = Google Noto
|
||||
listvers = 10
|
||||
location = github-release/googlefonts/note*/*/*
|
||||
pattern = googlefonts/(noto-\w+)/.*([vV][\.\d-]+\d).*/.+
|
||||
platform = ttf
|
||||
distro = Google Fonts
|
||||
location = github-release/googlefonts/*/*/*
|
||||
pattern = googlefonts/(noto-\w+)/LatestRelease/(.+\.zip)
|
||||
version = $1 $2
|
||||
category = font
|
||||
nosort = true
|
||||
|
||||
[Sarasa Gothic]
|
||||
distro = Sarasa Gothic
|
||||
|
|
@ -1071,7 +1070,7 @@ distro = Google Fonts
|
|||
category = font
|
||||
location = github-release/googlefonts/noto-fonts/LatestRelease/*
|
||||
pattern = repo-snapshot.tar.gz
|
||||
version = noto-emoji repo-snapshot
|
||||
version = noto-fonts repo-snapshot
|
||||
platform = tar.gz
|
||||
|
||||
[minikube]
|
||||
|
|
|
|||
Loading…
Reference in New Issue