numbat: Update to version 1.15.0

This commit is contained in:
github-actions[bot] 2025-01-01 16:29:44 +00:00
parent d62582a323
commit d15111d2b6

View File

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