From 55bdc4fc7879cb1f11178ac46047094ba4f5ba2f Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Wed, 1 Nov 2023 16:36:25 +0530 Subject: [PATCH] feat(scoop): lune v0.7.11 --- 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 30045a3..5dd8796 100644 --- a/package/scoop/lune.json +++ b/package/scoop/lune.json @@ -1,5 +1,5 @@ { - "version": "0.7.10", + "version": "0.7.11", "description": "A standalone Luau script runtime", "homepage": "https://lune-org.github.io/docs", "license": { @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/filiptibell/lune/releases/download/v0.7.10/lune-0.7.10-windows-x86_64.zip", - "hash": "70a002559e1eb8a200a97ce044155d2d77ca1230f1c7bb2f2749413f90527ab2" + "url": "https://github.com/filiptibell/lune/releases/download/v0.7.11/lune-0.7.11-windows-x86_64.zip", + "hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" } }, "bin": "lune.exe",