diff --git a/package/scoop/lune-0.8.4-windows-x86_64.zip b/package/scoop/lune-0.8.4-windows-x86_64.zip new file mode 100644 index 0000000..2d1b739 Binary files /dev/null and b/package/scoop/lune-0.8.4-windows-x86_64.zip differ diff --git a/package/scoop/lune.json b/package/scoop/lune.json index 92d9798..8123a0f 100644 --- a/package/scoop/lune.json +++ b/package/scoop/lune.json @@ -1,22 +1,22 @@ { - "version": "0.8.3", + "version": "0.8.4", "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" + "url": "https://github.com/lune-org/lune/blob/main/LICENSE.txt" }, "architecture": { "64bit": { - "url": "https://github.com/filiptibell/lune/releases/download/v0.8.3/lune-0.8.3-windows-x86_64.zip", - "hash": "cf7f3a8e08759d4d66e414f159f574f8fe477409963984bebc1a8bb677259cc2" + "url": "https://github.com/lune-org/lune/releases/download/v0.8.4/lune-0.8.4-windows-x86_64.zip", + "hash": "5aa81d405eccc1671b8336ab3cfedc8ea069840963d9df4fdfaf0ee477672025" } }, "bin": "lune.exe", "autoupdate": { "architecture": { "64bit": { - "url": "https://github.com/filiptibell/lune/releases/download/v$version/lune-$version-windows-x86_64.zip" + "url": "https://github.com/lune-org/lune/releases/download/v$version/lune-$version-windows-x86_64.zip" } } }