From 707fbda775008b5319ff4698fa73d216da00b37e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:32:57 +0000 Subject: [PATCH] numbat: Update to version 1.19.0 --- bucket/numbat.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/numbat.json b/bucket/numbat.json index d987930730..c19910ca37 100644 --- a/bucket/numbat.json +++ b/bucket/numbat.json @@ -1,18 +1,18 @@ { - "version": "1.18.0", + "version": "1.19.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.18.0/numbat-v1.18.0-i686-pc-windows-msvc.zip", - "hash": "37c6ceedd65eb3f0dd0c8a68290569c882c446800231a465433c8c96430efe52", - "extract_dir": "numbat-v1.18.0-i686-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.19.0/numbat-v1.19.0-i686-pc-windows-msvc.zip", + "hash": "ebb039631e532c0d84d9e419260ce08108a6420a36411de6354f8d1a841f3469", + "extract_dir": "numbat-v1.19.0-i686-pc-windows-msvc" }, "64bit": { - "url": "https://github.com/sharkdp/numbat/releases/download/v1.18.0/numbat-v1.18.0-x86_64-pc-windows-msvc.zip", - "hash": "38b32660ac07bcc97c55e1cdccf5f16f496027df879800748cc58f6c1befb825", - "extract_dir": "numbat-v1.18.0-x86_64-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.19.0/numbat-v1.19.0-x86_64-pc-windows-msvc.zip", + "hash": "37f47b7439acc25309842bc5d6b11b997250c16406fe124d79e99208e7ab6945", + "extract_dir": "numbat-v1.19.0-x86_64-pc-windows-msvc" } }, "bin": "numbat.exe",