Add wireshark in frontend

This commit is contained in:
ZenithalHourlyRate 2021-02-01 18:14:04 +08:00
parent ab7d2f4ddf
commit e081e35968
No known key found for this signature in database
GPG Key ID: 1189C659F3D04C1C
2 changed files with 13 additions and 0 deletions

View File

@ -416,6 +416,8 @@ mirror_desc:
desc: 基于 xbps 包管理器的独立 Linux 发行版
- name: winehq
desc: Wine (允许类 Unix 操作系统运行 Windows 程序)
- name: wireshark
desc: 一个免费开源的网络数据包分析软件
- name: zabbix
desc: 著名的网络监视、管理系统
@ -450,6 +452,9 @@ unlisted_mirrors:
- link_to: 'osdn'
name: "linuxlite"
url: '/osdn/storage/g/l/li/linuxlite/'
- link_to: 'osdn'
name: "wireshark"
url: '/osdn/storage/g/w/wi/wireshark/'
- link_to: 'github-release'
name: "prometheus"
url: '/github-release/prometheus/prometheus/'

View File

@ -965,3 +965,11 @@ location_1 = osdn/storage/g/l/li/linuxlite/*/*/*.iso
pattern = linux-lite-([^/]+)\.iso
version = $1
type = iso
[wireshark]
distro = Wireshark
location = osdn/storage/g/w/wi/wireshark/*/*
pattern = ([^/]+)\.(dmg|exe|msi)
version = $1
type = $2
category = app