mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			839 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			839 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
 | 
						|
    "version": "0.28.1",
 | 
						|
    "description": "A configuration as code language with rich validation and tooling.",
 | 
						|
    "homepage": "https://pkl-lang.org/",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/apple/pkl/releases/download/0.28.1/pkl-windows-amd64.exe#/pkl.exe",
 | 
						|
            "hash": "68e59740e27750c4c2a2e3c1ec1e7e26baab485acb3bfe543a3df66ac80c4d8d"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "pkl.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/apple/pkl"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/apple/pkl/releases/download/$version/pkl-windows-amd64.exe#/pkl.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |