From 029b39b23a8c03e0bba143beb7bf93df6153e154 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jan 2022 08:27:47 +0000 Subject: [PATCH] janet: Update to version 1.20.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index 3df7375532..0f167fbbac 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.19.2", + "version": "1.20.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.19.2/janet-1.19.2-windows-x64-installer.msi", - "hash": "71a7bbf93f6dd3f64c629ae04a5adfcff28528558b0a28f4f226b32a56d85cda" + "url": "https://github.com/janet-lang/janet/releases/download/v1.20.0/janet-1.20.0-windows-x64-installer.msi", + "hash": "a2eb8940bafa95688df0862c1787041ea499590b5c8448b9c3bd49fd1ccf68b9" } }, "extract_dir": "Janet",