From 2eb72db809affbbe6984bdf3bf863ac90144a243 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 12 Mar 2024 15:45:57 +0530 Subject: [PATCH] feat(scoop): lune v0.8.1 --- package/scoop/lune.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package/scoop/lune.json b/package/scoop/lune.json index 99c27fe..3b7033b 100644 --- a/package/scoop/lune.json +++ b/package/scoop/lune.json @@ -1,23 +1,23 @@ { - "version": "0.8.0", - "description": "A standalone Luau script runtime", - "homepage": "https://lune-org.github.io/docs", - "license": { - "identifier": "MPL2", - "url": "https://github.com/filiptibell/lune/blob/main/LICENSE.txt" - }, - "architecture": { - "64bit": { - "url": "https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-windows-x86_64.zip", - "hash": "03d3dd8f58334353f4cbca6444370c5ef00f75a23db37361eaaa84d2c4aa8105" - } - }, - "bin": "lune.exe", - "autoupdate": { - "architecture": { - "64bit": { - "url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip" - } - } + "version": "0.8.1", + "description": "A standalone Luau script runtime", + "homepage": "https://lune-org.github.io/docs", + "license": { + "identifier": "MPL2", + "url": "https://github.com/filiptibell/lune/blob/main/LICENSE.txt" + }, + "architecture": { + "64bit": { + "url": "https://github.com/filiptibell/lune/releases/download/v0.8.0/lune-0.8.0-windows-x86_64.zip", + "hash": "efb4c009ac652703cec91df8fc2865ff34daa6941abd1f5b37f99b71be2492d6" } + }, + "bin": "lune.exe", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip" + } + } + } }