From 4e24f1374afe9561e4858ebf134598261772acad Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sun, 3 Aug 2025 14:10:40 +0100 Subject: [PATCH] feat(scoop): lune v0.10.0 --- package/scoop/lune.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/scoop/lune.json b/package/scoop/lune.json index 25b5301..1717c07 100644 --- a/package/scoop/lune.json +++ b/package/scoop/lune.json @@ -1,5 +1,5 @@ { - "version": "0.9.4", + "version": "0.10.0", "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.4/lune-0.9.4-windows-x86_64.zip", - "hash": "397dcc13c0780a5b83d1f78b6e9db256b90a1f108ffcead3c0bc32d75679376a" + "url": "https://github.com/lune-org/lune/releases/download/v0.10.0/lune-0.10.0-windows-x86_64.zip", + "hash": "71f0f3bdda1694712843a4979bd829512fc96c7aa6d95470c6e7b4bb378fd2af" } }, "bin": "lune.exe",