From 3e994949f8b9210181bc53edc39cf8070a6f51f3 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 15 Jun 2025 12:18:23 +0100 Subject: [PATCH] feat(scoop): lune v0.9.4 --- lune-src | 2 +- package/scoop/lune.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lune-src b/lune-src index e23dade..100164f 160000 --- a/lune-src +++ b/lune-src @@ -1 +1 @@ -Subproject commit e23dade86ddb17f65e716933c6202a99529b6861 +Subproject commit 100164f5cd69b7a443155d2ceed57a0380b266cf diff --git a/package/scoop/lune.json b/package/scoop/lune.json index 4723dd5..25b5301 100644 --- a/package/scoop/lune.json +++ b/package/scoop/lune.json @@ -1,5 +1,5 @@ { - "version": "0.9.3", + "version": "0.9.4", "description": "A standalone Luau script runtime", "homepage": "https://lune-org.github.io/docs", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/lune-org/lune/releases/download/v0.9.3/lune-0.9.3-windows-x86_64.zip", - "hash": "925bf6f3cb40e5adcff600b7c419a8471cf2a2113c2232b0983799b0f8925abc" + "url": "https://github.com/lune-org/lune/releases/download/v0.9.4/lune-0.9.4-windows-x86_64.zip", + "hash": "397dcc13c0780a5b83d1f78b6e9db256b90a1f108ffcead3c0bc32d75679376a" } }, "bin": "lune.exe",