mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
Add FreeCAD geninfo
This commit is contained in:
parent
cc484afe52
commit
7cdc612dd2
|
|
@ -849,3 +849,14 @@ platform = $4$3
|
|||
type = $5
|
||||
key_by = $1
|
||||
category = app
|
||||
|
||||
[FreeCAD]
|
||||
distro = FreeCAD
|
||||
listvers = 1
|
||||
location = github-release/FreeCAD/FreeCAD/LatestRelease/*
|
||||
pattern = FreeCAD[-_]([-\d\.\w]+)-(WIN|Linux|OSX)-([-\w\.]+)\.(exe|7z|AppImage|dmg)(?!.)
|
||||
version = FreeCAD $1
|
||||
platform = $2
|
||||
type = $3.$4
|
||||
key_by = $1
|
||||
category = app
|
||||
|
|
|
|||
Loading…
Reference in New Issue