Skip to content

Commit

Permalink
[email protected]: Enhance checkver & autoupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik committed Dec 2, 2024
1 parent 531f6e3 commit 591a7e3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions bucket/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.0-conda-py311",
"version": "1.0.0",
"description": "A free and open-source multi-platform parametric 3D modeler.",
"homepage": "https://www.freecadweb.org",
"license": "LGPL-2.0-or-later",
Expand All @@ -19,13 +19,12 @@
],
"checkver": {
"url": "https://api.github.com/repositories/5736080/releases",
"regex": "FreeCAD_(?<prefix>[\\w.-]+)-Windows-x86_64-(?<suffix>[\\w.-]+)\\.7z",
"replace": "${1}-${2}"
"regex": "FreeCAD_([\\d.]+)-conda-Windows-x86_64-(?<suffix>[\\w.-]+)\\.7z"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/FreeCAD/FreeCAD/releases/download/$matchHead/FreeCAD_$matchPrefix-Windows-x86_64-$matchSuffix.7z"
"url": "https://github.com/FreeCAD/FreeCAD/releases/download/$matchHead/FreeCAD_$version-conda-Windows-x86_64-$matchSuffix.7z"
}
},
"hash": {
Expand Down

0 comments on commit 591a7e3

Please sign in to comment.