2024-10-11 20:27:37 +00:00

35 lines
1.5 KiB
JSON

{
"version": "1.14.0",
"description": "A statically typed programming language for scientific computations with first class support for physical dimensions and units",
"homepage": "https://numbat.dev/",
"license": "Apache-2.0, MIT",
"architecture": {
"32bit": {
"url": "https://github.com/sharkdp/numbat/releases/download/v1.14.0/numbat-v1.14.0-i686-pc-windows-msvc.zip",
"hash": "ea7934fd383967f06777d3313800bf7699063b4c16d4fd647f43c0db262c390b",
"extract_dir": "numbat-v1.14.0-i686-pc-windows-msvc"
},
"64bit": {
"url": "https://github.com/sharkdp/numbat/releases/download/v1.14.0/numbat-v1.14.0-x86_64-pc-windows-msvc.zip",
"hash": "e4f2ca6712352dfbe3b69bef544f666bc66a8618d40795baf2d3d305885db155",
"extract_dir": "numbat-v1.14.0-x86_64-pc-windows-msvc"
}
},
"bin": "numbat.exe",
"checkver": {
"github": "https://github.com/sharkdp/numbat"
},
"autoupdate": {
"architecture": {
"32bit": {
"extract_dir": "numbat-v$version-i686-pc-windows-msvc",
"url": "https://github.com/sharkdp/numbat/releases/download/v$version/numbat-v$version-i686-pc-windows-msvc.zip"
},
"64bit": {
"extract_dir": "numbat-v$version-x86_64-pc-windows-msvc",
"url": "https://github.com/sharkdp/numbat/releases/download/v$version/numbat-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}