mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.9.1",
 | 
						|
    "description": "An OSS tool for building, changing, and versioning infrastructure safely and efficiently. OpenTofu can manage existing and popular service providers as well as custom in-house solutions.",
 | 
						|
    "homepage": "https://opentofu.org/",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/opentofu/opentofu/releases/download/v1.9.1/tofu_1.9.1_windows_amd64.zip",
 | 
						|
            "hash": "8b384e1724c098bbd6e3329d3121ffd5f3a24c5daab483168b1308f50d2a2279"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/opentofu/opentofu/releases/download/v1.9.1/tofu_1.9.1_windows_386.zip",
 | 
						|
            "hash": "4fb83b23de21eff40291723e8ac53ec75d907a065c9e66fafef2ef7b5598d03f"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "tofu.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/opentofu/opentofu"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/opentofu/opentofu/releases/download/v$version/tofu_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/opentofu/opentofu/releases/download/v$version/tofu_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/tofu_1.6.0_SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |