mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "3.9.1",
|
|
"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.1/suanPan-win-mkl-vtk.zip",
|
|
"hash": "b9882fcf752a8afe2a14961c127acb4fefa16874eb362e8c0c29549c2dc35b2e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|