From 2bfeb578c7d5555486437a36039fb88b69a86c09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:30:07 +0000 Subject: [PATCH] numbat: Update to version 1.10.0 --- bucket/numbat.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/numbat.json b/bucket/numbat.json index 851b68e3cc..8cd434b63b 100644 --- a/bucket/numbat.json +++ b/bucket/numbat.json @@ -1,18 +1,18 @@ { - "version": "1.8.0", + "version": "1.10.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.8.0/numbat-v1.8.0-i686-pc-windows-msvc.zip", - "hash": "5342de9ae2da4fcbd5deb1878962fe3061b397e4b942452ac313d5d5f386ffa1", - "extract_dir": "numbat-v1.8.0-i686-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.10.0/numbat-v1.10.0-i686-pc-windows-msvc.zip", + "hash": "89d407f5a2792d057679d6c2450989026db5776de997185e09033e9287ec243d", + "extract_dir": "numbat-v1.10.0-i686-pc-windows-msvc" }, "64bit": { - "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" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.10.0/numbat-v1.10.0-x86_64-pc-windows-msvc.zip", + "hash": "9e605f0ce9d0caea35c87f48e6a614c2b935e070cb48f8bf10c1ee2c315666cc", + "extract_dir": "numbat-v1.10.0-x86_64-pc-windows-msvc" } }, "bin": "numbat.exe",