mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
suanpan: Add version 1.8 (#2754)
* update version * checkver: avoid daily builds Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
parent
1cf00bf198
commit
0e986b1bb7
28
bucket/suanpan.json
Normal file
28
bucket/suanpan.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"version": "1.8",
|
||||
"homepage": "https://tlcfem.github.io/suanPan/",
|
||||
"description": "Finite element analysis framework",
|
||||
"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.8/suanPan-win-mkl-vtk.zip",
|
||||
"hash": "6ad6ff61cbaa76517c975da04c40687dc7046941202fdaf77a1474422e0af95e"
|
||||
}
|
||||
},
|
||||
"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": "$baseurl/suanPan-win-mkl-vtk.sha256"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user