mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-26 05:02:48 +00:00
added qt5 to isolist
This commit is contained in:
parent
864dfea3d7
commit
cd343bc578
|
|
@ -8,7 +8,7 @@
|
|||
# is disto name specified in below sections. Lower N makes the distro
|
||||
# show higher. Default N is 0xFFFF for distro not mentioned.
|
||||
[%main%]
|
||||
root = /srv/www/
|
||||
root = /data/
|
||||
urlbase = /
|
||||
d30 = Ubuntu
|
||||
d40 = Ubuntu 衍生版
|
||||
|
|
@ -177,10 +177,11 @@ pattern = deepin-([0-9.]+)-(\w+).iso
|
|||
version = $1
|
||||
platform = $2
|
||||
|
||||
#[qt5]
|
||||
#distro = Qt
|
||||
#listvers = 1
|
||||
#location_0 = qt/official_releases/qt/5.[0-9]/5.[0-9].[0-9]/qt-opensource-*.run
|
||||
#location_1 = qt/official_releases/qt/5.[0-9]/5.[0-9].[0-9]/qt-opensource-*.dmg
|
||||
#location_2 = qt/official_releases/qt/5.[0-9]/5.[0-9].[0-9]/qt-opensource-*.exe
|
||||
#pattern = qt-opensource-(\w+)-.(run|dmg|exe)
|
||||
[qt5]
|
||||
distro = Qt 5
|
||||
listvers = 1
|
||||
location = qt/official_releases/qt/5.*/5.*/qt-opensource-*
|
||||
pattern = qt-opensource-(.*)-([\d.]+).(run|dmg|exe)
|
||||
platform = $1
|
||||
version = $2
|
||||
category = app
|
||||
|
|
|
|||
Loading…
Reference in New Issue