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:
Theodore 2021-10-12 11:46:11 +13:00 committed by GitHub
parent 1cf00bf198
commit 0e986b1bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

28
bucket/suanpan.json Normal file
View 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"
}
}
}