From 0dfe6a59fa16f77a63195cc0c3235d0555b9f85f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 May 2025 00:38:33 +0000 Subject: [PATCH] luau: Update to version 0.676 --- bucket/luau.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/luau.json b/bucket/luau.json index 19980f900f..d5219f6277 100644 --- a/bucket/luau.json +++ b/bucket/luau.json @@ -1,11 +1,11 @@ { - "version": "676", + "version": "0.676", "description": "A fast, small, safe, gradually typed embeddable scripting language derived from Lua", "homepage": "https://luau-lang.org/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/Roblox/luau/releases/download/676/luau-windows.zip", + "url": "https://github.com/Roblox/luau/releases/download/0.676/luau-windows.zip", "hash": "72f9da16f434ff3a2c18a0c60674f30b805779e604c69cf78f4713dd71d209fc" } },