mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			867 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			867 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "description": "A 'batteries included environment' for the Lua scripting language on Windows.",
 | 
						|
    "version": "5.1.5-52",
 | 
						|
    "url": "https://github.com/rjpcomputing/luaforwindows/releases/download/v5.1.5-52/LuaForWindows_v5.1.5-52.exe",
 | 
						|
    "homepage": "https://github.com/rjpcomputing/luaforwindows",
 | 
						|
    "hash": "c5f96e5183adea82a0f0d25ad0940c7ae50d40c542d2d7331cc887d5fddb4191",
 | 
						|
    "innosetup": true,
 | 
						|
    "bin": [
 | 
						|
        "lua.exe",
 | 
						|
        "luac.exe",
 | 
						|
        "luarocks.bat"
 | 
						|
    ],
 | 
						|
    "env_set": {
 | 
						|
        "LUA_DEV": "$dir"
 | 
						|
    },
 | 
						|
    "depends": "innounp",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/rjpcomputing/luaforwindows/releases/latest",
 | 
						|
        "re": "/releases/tag/v([\\d.\\-]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/rjpcomputing/luaforwindows/releases/download/v$version/LuaForWindows_v$version.exe"
 | 
						|
    }
 | 
						|
}
 |