mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
add the Blender
Signed-off-by: z4yx <z4yx@users.noreply.github.com>
This commit is contained in:
parent
40441f8879
commit
5bd89cdaf6
|
|
@ -64,6 +64,8 @@ mirror_desc:
|
|||
desc: 北京龙芯 & Debian 俱乐部 的公开软件源
|
||||
- name: blackarch
|
||||
desc: 用于安全评估的基于 Arch Linux 的轻量级发行版
|
||||
- name: blender
|
||||
desc: 专业的三维计算机图形软件
|
||||
- name: cc
|
||||
desc: CERN CentOS
|
||||
- name: centos
|
||||
|
|
@ -385,6 +387,7 @@ new_mirrors:
|
|||
- nixos-images
|
||||
- proxmox
|
||||
- voidlinux
|
||||
- blender
|
||||
|
||||
unlisted_mirrors:
|
||||
- status: 'success'
|
||||
|
|
|
|||
|
|
@ -409,6 +409,16 @@ type = $5
|
|||
version = $1 $2
|
||||
category = app
|
||||
|
||||
[blender]
|
||||
distro = Blender
|
||||
listvers = 2
|
||||
location = blender/blender-release/Blender*/blender-*
|
||||
pattern = /blender-([\w\.]+)-([^\.]+)\.([\w\.]+)
|
||||
platform = $2
|
||||
type = $3
|
||||
version = $1
|
||||
category = app
|
||||
|
||||
[lineageos]
|
||||
distro = LineageOS
|
||||
listvers = 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue