numbat: Update to version 1.7.0

This commit is contained in:
github-actions[bot] 2023-11-04 04:25:44 +00:00
parent 09f201fb8d
commit a6767c8de1

View File

@ -1,18 +1,18 @@
{
"version": "1.6.3",
"version": "1.7.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.6.3/numbat-v1.6.3-i686-pc-windows-msvc.zip",
"hash": "0abc56f001cf065132844abd11b4f8a0f01074409f4701764be057a0588ccb66",
"extract_dir": "numbat-v1.6.3-i686-pc-windows-msvc"
"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"
},
"64bit": {
"url": "https://github.com/sharkdp/numbat/releases/download/v1.6.3/numbat-v1.6.3-x86_64-pc-windows-msvc.zip",
"hash": "539a00a70c774477e5328a082c32674689bbbc3ce913c63c8bfbda43908f815e",
"extract_dir": "numbat-v1.6.3-x86_64-pc-windows-msvc"
"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"
}
},
"bin": "numbat.exe",