From f99a421bce8a1f001fa65d6a97b6b07d43582066 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 00:34:08 +0000 Subject: [PATCH] janet: Update to version 1.31.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index fe5b2809d2..eb89bf7623 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.30.0", + "version": "1.31.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.30.0/janet-1.30.0-windows-x64-installer.msi", - "hash": "b93fa44bd2de4b3fe00b82e9bdb0fce4a415a750d2b8ca00cdfea96a676834a4" + "url": "https://github.com/janet-lang/janet/releases/download/v1.31.0/janet-1.31.0-windows-x64-installer.msi", + "hash": "6acdcb3909df80cc9fcb34526f3ffa5b83122a87298b81517562ee95702f02e7" } }, "extract_dir": "Janet",