From e6dc76ace844c9151a8c3319af149b2370341498 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 00:33:30 +0000 Subject: [PATCH] numbat: Update to version 1.11.0 --- bucket/numbat.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/numbat.json b/bucket/numbat.json index e63484f6ce..3482e69a7c 100644 --- a/bucket/numbat.json +++ b/bucket/numbat.json @@ -1,18 +1,18 @@ { - "version": "1.10.1", + "version": "1.11.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.10.1/numbat-v1.10.1-i686-pc-windows-msvc.zip", - "hash": "e2d65b94912fb856eadbf3b350431bba28f2e2456cf57b79ca2063a90aaef95c", - "extract_dir": "numbat-v1.10.1-i686-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.11.0/numbat-v1.11.0-i686-pc-windows-msvc.zip", + "hash": "6635cca9a67f1015090dc257dddc86e90120d1f41ac7cb653f58048e0511ad14", + "extract_dir": "numbat-v1.11.0-i686-pc-windows-msvc" }, "64bit": { - "url": "https://github.com/sharkdp/numbat/releases/download/v1.10.1/numbat-v1.10.1-x86_64-pc-windows-msvc.zip", - "hash": "1b4cbd4e5fdee9b16091fc1f77de9e5ed423a77d114158eb5adbb60e751c49b6", - "extract_dir": "numbat-v1.10.1-x86_64-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.11.0/numbat-v1.11.0-x86_64-pc-windows-msvc.zip", + "hash": "2e785123912e22cc9b65d86bb2f3a0dcb63209acc1956d84826da6b04b8d5fc2", + "extract_dir": "numbat-v1.11.0-x86_64-pc-windows-msvc" } }, "bin": "numbat.exe",