2025-02-01 00:37:17 +00:00

35 lines
1.5 KiB
JSON

{
"version": "1.16.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.16.0/numbat-v1.16.0-i686-pc-windows-msvc.zip",
"hash": "054103404c8b18f3cc9dfd2c2b0fb0b0af1019082bc94ad3d69f60b6b8880b11",
"extract_dir": "numbat-v1.16.0-i686-pc-windows-msvc"
},
"64bit": {
"url": "https://github.com/sharkdp/numbat/releases/download/v1.16.0/numbat-v1.16.0-x86_64-pc-windows-msvc.zip",
"hash": "1950d6aa4ca73d4fbf59c8ed9024d95f2234aa2b6822fd6c42f8cb6f3653ff8d",
"extract_dir": "numbat-v1.16.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"
}
}
}
}