mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-22 08:31:20 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "3.8",
|
|
"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.8/suanPan-win-mkl-vtk.zip",
|
|
"hash": "713ce2627e91aea3ded2b339dae7a5069bf3d00d143fe953401099e5f23a4dc3"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|