mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Fix typo in geninfo.ini
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
cab4bd8bfe
commit
fa9f7d4c64
|
|
@ -197,7 +197,7 @@ version = $2
|
|||
category = app
|
||||
|
||||
[virtualbox]
|
||||
distro = MSYS2
|
||||
distro = VirtualBox
|
||||
listvers = 1
|
||||
location = virtualbox/virtualbox-*
|
||||
pattern = virtualbox-(.*)-(latest).(exe|dmg)
|
||||
|
|
@ -209,9 +209,9 @@ category = app
|
|||
distro = TeX Systems
|
||||
listvers = 1
|
||||
location = CTAN/systems/texlive/Images/texlive*.iso
|
||||
pattern = texlive(\d+-\d+).iso
|
||||
pattern = texlive(\d+)-\d+.iso
|
||||
platform = Windows & Linux
|
||||
version = $1
|
||||
version = TeX Live $1
|
||||
category = app
|
||||
|
||||
[mactex]
|
||||
|
|
@ -220,23 +220,23 @@ listvers = 1
|
|||
location = CTAN/systems/mac/mactex/mactex-*.pkg
|
||||
pattern = mactex-(\d+).pkg
|
||||
platform = macOS
|
||||
version = $1
|
||||
version = MacTeX $1
|
||||
category = app
|
||||
|
||||
[miktex]
|
||||
distro = TeX Systems
|
||||
listvers = 1
|
||||
location = CTAN/systems/win32/miktex/setup/basic-miktex-*.exe|dmg
|
||||
location = CTAN/systems/win32/miktex/setup/basic-miktex-*
|
||||
pattern = basic-miktex-(2.9.6069)(|-x64).exe
|
||||
platform = Windows
|
||||
platform = Windows & macOS
|
||||
type = $2
|
||||
version = $1
|
||||
version = MikTeX $1
|
||||
category = app
|
||||
|
||||
[anaconda]
|
||||
distro = Anaconda
|
||||
listvers = 1
|
||||
location = anaconda/archive/Acaconda*
|
||||
location = anaconda/archive/Anaconda*
|
||||
pattern = Anaconda(|\d)-(\d+.\d+.\d+)-(Windows|Linux|MacOSX)-(x86|x86_64).*
|
||||
platform = $3
|
||||
type = $4
|
||||
|
|
|
|||
Loading…
Reference in New Issue