mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			899 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			899 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.13.0",
 | 
						|
    "description": "A dynamic and functional programming language designed for building scalable and maintainable applications.",
 | 
						|
    "homepage": "https://elixir-lang.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "depends": "erlang",
 | 
						|
    "url": "https://github.com/elixir-lang/elixir/releases/download/v1.13.0/Precompiled.zip",
 | 
						|
    "hash": "sha512:58ffe87d6eb89435d8605aee04556aa1a1ba25cf2fa7688d0a5da162d7d7c57b47b2f726b365a7aeb18832bf08de3db5d3ec0ed45e13da276438679f29e5e3ac",
 | 
						|
    "env_add_path": "bin",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/elixir-lang/elixir"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://github.com/elixir-lang/elixir/releases/download/v$version/Precompiled.zip",
 | 
						|
        "hash": {
 | 
						|
            "url": "https://github.com/elixir-lang/elixir/releases/tag/v$version/",
 | 
						|
            "regex": "$basename SHA512: $sha512"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |