Steve Hipwell 4ff6a4d64b
chore: Update compatible checkver to github (#7380)
Signed-off-by: Steve Hipwell <steve.hipwell@gmail.com>
2025-11-27 12:12:43 +00:00

29 lines
1.1 KiB
JSON

{
"version": "3.9.4",
"description": "Finite element analysis framework",
"homepage": "https://tlcfem.github.io/suanPan/",
"license": "GPL-3.0-only",
"notes": "Run '$dir\\AddAssociation.bat' with admin privilege to configure file association and Sublime Text syntax support.",
"architecture": {
"64bit": {
"url": "https://github.com/TLCFEM/suanPan/releases/download/suanPan-v3.9.4/suanPan-win-mkl-vtk.zip",
"hash": "71765d93efb56e9c06e46888382780856c0f43aa2fbc231b9108e6b10837eb5c"
}
},
"bin": "suanPan.exe",
"checkver": {
"github": "https://github.com/TLCFEM/suanPan",
"regex": "/releases/tag/suanPan-v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/TLCFEM/suanPan/releases/download/suanPan-v$version/suanPan-win-mkl-vtk.zip"
}
},
"hash": {
"url": "https://github.com/TLCFEM/suanPan/releases/download/suanPan-v$version/suanPan-win-mkl-vtk.sha256"
}
}
}