From 1b1d4f02279940d4683a390bfe64a2bab6f067a9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 May 2022 16:31:49 +0000 Subject: [PATCH] janet: Update to version 1.22.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index f5a89d481e..e16c16617e 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.21.1", + "version": "1.22.0", "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.21.1/janet-1.21.1-windows-x64-installer.msi", - "hash": "1e6ba3a059a16bb8c4fcde0e7d8fb413b2173c1fac6af58042bc8671e04431f1" + "url": "https://github.com/janet-lang/janet/releases/download/v1.22.0/janet-1.22.0-windows-x64-installer.msi", + "hash": "c41f045e9e70deafd047b42cebda9d6b60efd58a0ede007a943f8bfaae9ece67" } }, "extract_dir": "Janet",