mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Add dbeaver in genisolist
Signed-off-by: Harry Chen <i@harrychen.xyz>
This commit is contained in:
parent
849714c51c
commit
03a9476353
|
|
@ -1109,4 +1109,12 @@ distro = Arch Linux RISC-V
|
|||
location = archriscv/images/*
|
||||
pattern = archriscv-(.+).tar.zst
|
||||
version = $1
|
||||
platform = riscv64gc
|
||||
platform = riscv64gc
|
||||
|
||||
[dbeaver]
|
||||
distro = DBeaver CE
|
||||
category = app
|
||||
location = github-release/dbeaver/dbeaver/LatestRelease/*
|
||||
pattern = github-release/dbeaver/dbeaver/LatestRelease/(.*)-(\d+\.\d+\.\d+)-(.+)\.(tar\.gz|rpm|zip|dmg)
|
||||
version = $1 $2
|
||||
platform = $3
|
||||
|
|
|
|||
Loading…
Reference in New Issue