mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.3.13",
 | 
						|
    "description": "A command-line utility to print the summary of a Terraform plan.",
 | 
						|
    "homepage": "https://github.com/dineshba/tf-summarize",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.13/tf-summarize_windows_amd64.zip",
 | 
						|
            "hash": "1beb25be4fbf5e65c812c36cb0ef2935e2c9180109f85f4dc0f2c1dbbcc9a164"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/dineshba/tf-summarize/releases/download/v0.3.13/tf-summarize_windows_arm64.zip",
 | 
						|
            "hash": "5c4d328e843a66a1683ccdde92b93d94d9868aba55420dabbe65bbd5f4784cd4"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "tf-summarize.exe",
 | 
						|
    "checkver": "github",
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/dineshba/tf-summarize/releases/download/v$version/tf-summarize_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/dineshba/tf-summarize/releases/download/v$version/tf-summarize_windows_arm64.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/tf-summarize_SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |