mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "3.7.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.7.1/suanPan-win-mkl-vtk.zip",
|
|
"hash": "1d0e5f0341fd558d480a73a74f69b4a8736548714af939beec2f81e5d97103fd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|