numbat: Update to version 1.8.0

This commit is contained in:
github-actions[bot] 2023-11-11 20:23:22 +00:00
parent e37cafbb84
commit 2e3e3c31b3

View File

@ -1,18 +1,18 @@
{
"version": "1.7.0",
"version": "1.8.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.7.0/numbat-v1.7.0-i686-pc-windows-msvc.zip",
"hash": "1a72fecc6f033836c4d60197a32e1f34ea818315e14f2344c1467cab13db3455",
"extract_dir": "numbat-v1.7.0-i686-pc-windows-msvc"
"url": "https://github.com/sharkdp/numbat/releases/download/v1.8.0/numbat-v1.8.0-i686-pc-windows-msvc.zip",
"hash": "5342de9ae2da4fcbd5deb1878962fe3061b397e4b942452ac313d5d5f386ffa1",
"extract_dir": "numbat-v1.8.0-i686-pc-windows-msvc"
},
"64bit": {
"url": "https://github.com/sharkdp/numbat/releases/download/v1.7.0/numbat-v1.7.0-x86_64-pc-windows-msvc.zip",
"hash": "829f69963bc176f4b2784a1563e1e0e845d15d3312353002e9315b57f5fc24b3",
"extract_dir": "numbat-v1.7.0-x86_64-pc-windows-msvc"
"url": "https://github.com/sharkdp/numbat/releases/download/v1.8.0/numbat-v1.8.0-x86_64-pc-windows-msvc.zip",
"hash": "180f7586077bd7d7ce1b89e723ba80865580854cca9915f2c74527368fb04927",
"extract_dir": "numbat-v1.8.0-x86_64-pc-windows-msvc"
}
},
"bin": "numbat.exe",