From a6767c8de18514ee5a4250a3c75315f89e632039 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 04:25:44 +0000 Subject: [PATCH] numbat: Update to version 1.7.0 --- bucket/numbat.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/numbat.json b/bucket/numbat.json index 7c949cc136..0fd2530ca2 100644 --- a/bucket/numbat.json +++ b/bucket/numbat.json @@ -1,18 +1,18 @@ { - "version": "1.6.3", + "version": "1.7.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.6.3/numbat-v1.6.3-i686-pc-windows-msvc.zip", - "hash": "0abc56f001cf065132844abd11b4f8a0f01074409f4701764be057a0588ccb66", - "extract_dir": "numbat-v1.6.3-i686-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.7.0/numbat-v1.7.0-i686-pc-windows-msvc.zip", + "hash": "1a72fecc6f033836c4d60197a32e1f34ea818315e14f2344c1467cab13db3455", + "extract_dir": "numbat-v1.7.0-i686-pc-windows-msvc" }, "64bit": { - "url": "https://github.com/sharkdp/numbat/releases/download/v1.6.3/numbat-v1.6.3-x86_64-pc-windows-msvc.zip", - "hash": "539a00a70c774477e5328a082c32674689bbbc3ce913c63c8bfbda43908f815e", - "extract_dir": "numbat-v1.6.3-x86_64-pc-windows-msvc" + "url": "https://github.com/sharkdp/numbat/releases/download/v1.7.0/numbat-v1.7.0-x86_64-pc-windows-msvc.zip", + "hash": "829f69963bc176f4b2784a1563e1e0e845d15d3312353002e9315b57f5fc24b3", + "extract_dir": "numbat-v1.7.0-x86_64-pc-windows-msvc" } }, "bin": "numbat.exe",