From f1bf3973a27b62b1699ef60266e1328c4b6c864d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:31:54 +0000 Subject: [PATCH] janet: Update to version 1.35.2 --- bucket/janet.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/janet.json b/bucket/janet.json index a82334d737..59b0d6b510 100644 --- a/bucket/janet.json +++ b/bucket/janet.json @@ -1,12 +1,12 @@ { - "version": "1.35.0", + "version": "1.35.2", "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.35.0/janet-1.35.0-windows-x64-installer.msi", - "hash": "d1abb4cec71a91bbc69d6b7859d6b11a9c37125663d2093738b53e8c0f8e8a1d" + "url": "https://github.com/janet-lang/janet/releases/download/v1.35.2/janet-1.35.2-windows-x64-installer.msi", + "hash": "c0cae43e0d17fc9ec0cccf90ddd025b869e42fb3c694709a40c8db553154958e" } }, "extract_dir": "Janet",