From 0e986b1bb7aa152ac3a3aa366f321abef4264189 Mon Sep 17 00:00:00 2001 From: Theodore Date: Tue, 12 Oct 2021 11:46:11 +1300 Subject: [PATCH] suanpan: Add version 1.8 (#2754) * update version * checkver: avoid daily builds Co-authored-by: Issac Lin --- bucket/suanpan.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 bucket/suanpan.json diff --git a/bucket/suanpan.json b/bucket/suanpan.json new file mode 100644 index 0000000000..337266ad67 --- /dev/null +++ b/bucket/suanpan.json @@ -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" + } + } +}