2025-09-04 04:29:28 +00:00

29 lines
1.0 KiB
JSON

{
"version": "3.9",
"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/suanPan-win-mkl-vtk.zip",
"hash": "b01e20f1f1cfdae7141dd4dcbe5772a6ab85561027d0a1c32bf0eb50d4a7be85"
}
},
"bin": "suanPan.exe",
"checkver": {
"url": "https://github.com/TLCFEM/suanPan/releases",
"regex": "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"
}
}
}