From fb2ca4ca241d7308f6aa28b642f88aacf2cf36b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:28:51 +0000 Subject: [PATCH] numbat: Update to version 1.13.0 --- bucket/numbat.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/numbat.json b/bucket/numbat.json index e83aa9f5a4..aef4d80bb6 100644 --- a/bucket/numbat.json +++ b/bucket/numbat.json @@ -1,18 +1,18 @@ { - "version": "1.12.0", + "version": "1.13.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.12.0/numbat-v1.12.0-i686-pc-windows-msvc.zip", - "hash": "354b6a9916bfc7df6ec13691af97933737cfa10b1be37a595fad3ac8b59ee811", - "extract_dir": "numbat-v1.12.0-i686-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.13.0/numbat-v1.13.0-i686-pc-windows-msvc.zip", + "hash": "6056645ea3b1ad50a3ca2017866a6332ef4b59dc08423793de040bf83858a063", + "extract_dir": "numbat-v1.13.0-i686-pc-windows-msvc" }, "64bit": { - "url": "https://github.com/sharkdp/numbat/releases/download/v1.12.0/numbat-v1.12.0-x86_64-pc-windows-msvc.zip", - "hash": "83d46088d79f1c6f60a9f9360056cc14365740e680ac993af21bf32b7210fa25", - "extract_dir": "numbat-v1.12.0-x86_64-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.13.0/numbat-v1.13.0-x86_64-pc-windows-msvc.zip", + "hash": "7603ff26a9bd8682416b4bd7fb60f71e149702b712230a9312f1aa125799345e", + "extract_dir": "numbat-v1.13.0-x86_64-pc-windows-msvc" } }, "bin": "numbat.exe",