2021-11-14 06:01:07 +00:00

29 lines
988 B
JSON

{
"version": "1.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-v1.9/suanPan-win-mkl-vtk.zip",
"hash": "07c39007fefca3c624ac1f94d9e7e73687ca76d85dbf28d7d8f0dad3be4ace67"
}
},
"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": "$urlNoExt.sha256"
}
}
}