From 252877799a940b4881cbe72209cb75f29bd23bd4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 00:35:44 +0000 Subject: [PATCH] janet: Update to version 1.24.1 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index cc082a012c..d604031a4b 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.24.0", + "version": "1.24.1", "description": "Lisp-like, embeddable, functional and imperative programming language and bytecode interpreter", "homepage": "https://janet-lang.org", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/janet-lang/janet/releases/download/v1.24.0/janet-1.24.0-windows-x64-installer.msi", - "hash": "f135b3b0c2993220b767dbb74cb193203a6f5b405d1e9bf99f8694ea74654174" + "url": "https://github.com/janet-lang/janet/releases/download/v1.24.1/janet-1.24.1-windows-x64-installer.msi", + "hash": "72ed393c28363412099e68999e1dbf02162a043bfde6938f70cba8d59edae356" } }, "extract_dir": "Janet",