From d8780169b44191dde9b108a8d562c3de497acdd8 Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sat, 1 Oct 2022 16:25:05 +0530 Subject: [PATCH] Delete moonscript.json Duplicate of https://github.com/ScoopInstaller/Extras/blob/master/bucket/moonscript.json --- bucket/moonscript.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bucket/moonscript.json diff --git a/bucket/moonscript.json b/bucket/moonscript.json deleted file mode 100644 index 8bc377c788..0000000000 --- a/bucket/moonscript.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": "0.5.0", - "description": "Compiler of MoonScript, a dynamic scripting language that compiles into Lua", - "homepage": "https://moonscript.org/", - "license": "MIT", - "url": "https://github.com/leafo/moonscript/releases/download/win32-v0.5.0/moonscript-187bac54ee5a7450013e9c38e005a0e671b76f45.zip", - "hash": "6c8a255a46a6805f5582fb03771a7289cb5ba79a83781f56ee5ee93d3ef489fc", - "bin": [ - "moon.exe", - "moonc.exe" - ] -}