2026-02-08 01:04:52 +00:00

35 lines
1.5 KiB
JSON

{
"version": "1.22.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.22.0/numbat-v1.22.0-i686-pc-windows-msvc.zip",
"hash": "988933d881127c01c0e97b60676140a5a6ed4750cc6d5081bb7a24fabee50c29",
"extract_dir": "numbat-v1.22.0-i686-pc-windows-msvc"
},
"64bit": {
"url": "https://github.com/sharkdp/numbat/releases/download/v1.22.0/numbat-v1.22.0-x86_64-pc-windows-msvc.zip",
"hash": "114de29e83b93d94a65bee01eeea84f1bd2cac418353e76081721bbd02444220",
"extract_dir": "numbat-v1.22.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"
}
}
}
}