From d50b4978f811dc8ff9a8a1b738b55ba0e781633b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 16:28:10 +0000 Subject: [PATCH] janet: Update to version 1.35.0 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index 6ecdb8d0b3..a82334d737 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.34.0", + "version": "1.35.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.34.0/janet-1.34.0-windows-x64-installer.msi", - "hash": "52d36f79cc94f98de98aeada5f4e73ab7ef0a27330dd7277bf8cac35c2aa3907" + "url": "https://github.com/janet-lang/janet/releases/download/v1.35.0/janet-1.35.0-windows-x64-installer.msi", + "hash": "d1abb4cec71a91bbc69d6b7859d6b11a9c37125663d2093738b53e8c0f8e8a1d" } }, "extract_dir": "Janet",