mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
download links for Iosevka
This commit is contained in:
parent
73b5646371
commit
43b35ad61a
|
|
@ -550,7 +550,7 @@ category = app
|
|||
[vscodium win]
|
||||
distro = VS Codium
|
||||
listvers = 10
|
||||
location = github-release/VSCodium/vscodium/*/*
|
||||
location = github-release/VSCodium/vscodium/LatestRelease/*
|
||||
pattern = (VSCodium\w+-\w+)-([\.\d]+)\.exe(?!.)
|
||||
platform = Windows
|
||||
type = $1
|
||||
|
|
@ -561,7 +561,7 @@ category = app
|
|||
[vscodium linux tar]
|
||||
distro = VS Codium
|
||||
listvers = 10
|
||||
location = github-release/VSCodium/vscodium/*/*
|
||||
location = github-release/VSCodium/vscodium/LatestRelease/*
|
||||
pattern = VSCodium-linux-(\w+)-([\.\d]+)\.tar\.gz(?!.)
|
||||
platform = Linux
|
||||
type = $1 tar
|
||||
|
|
@ -572,7 +572,7 @@ category = app
|
|||
[vscodium linux package]
|
||||
distro = VS Codium
|
||||
listvers = 10
|
||||
location = github-release/VSCodium/vscodium/*/*
|
||||
location = github-release/VSCodium/vscodium/LatestRelease/*
|
||||
pattern = codium[_-]([\.\d]+)[\.\w-]+[_\.-](x86_64|amd64|armhf|arm64)\.(\w+)(?!.)
|
||||
platform = Linux
|
||||
type = $2 $3
|
||||
|
|
@ -583,7 +583,7 @@ category = app
|
|||
[vscodium mac]
|
||||
distro = VS Codium
|
||||
listvers = 10
|
||||
location = github-release/VSCodium/vscodium/*/*
|
||||
location = github-release/VSCodium/vscodium/LatestRelease/*
|
||||
pattern = VSCodium\.([\.\d]+)\.dmg(?!.)
|
||||
platform = macOS
|
||||
type = x86_64
|
||||
|
|
@ -626,7 +626,7 @@ category = font
|
|||
[google fonts]
|
||||
distro = Google Noto
|
||||
listvers = 10
|
||||
location = github-release/googlefonts/*/*/*
|
||||
location = github-release/googlefonts/note*/*/*
|
||||
pattern = googlefonts/(noto-\w+)/.*([vV][\.\d-]+\d).*/.+
|
||||
platform = ttf
|
||||
version = $1 $2
|
||||
|
|
@ -635,8 +635,18 @@ category = font
|
|||
[Sarasa Gothic]
|
||||
distro = Sarasa Gothic
|
||||
listvers = 10
|
||||
location = github-release/be5invis/Sarasa-Gothic/*/*
|
||||
location = github-release/be5invis/Sarasa-Gothic/LatestRelease/*
|
||||
pattern = .+-(\w+)-([\.\d]+)\.\w+
|
||||
platform = $1
|
||||
version = $2
|
||||
category = font
|
||||
|
||||
[Iosevka]
|
||||
distro = Iosevka
|
||||
listvers = 10
|
||||
location = github-release/be5invis/Iosevka/LatestRelease/*
|
||||
pattern = /(\d+-)?iosevka(-[a-z]\w+)?(-[a-z]\w+)?(-[a-z]\w+)?-([\d\.]+.+)\.zip
|
||||
platform = iosevka$2$3$4
|
||||
version = $5
|
||||
sort_by = $1
|
||||
category = font
|
||||
|
|
|
|||
Loading…
Reference in New Issue