mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			40 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.terraform.io",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "version": "0.12.5",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/terraform/0.12.5/terraform_0.12.5_windows_amd64.zip",
 | 
						|
            "hash": "6b720bf935f3c121430612ca10850dcd457f4d74d2b756baadcec50fb6feac20",
 | 
						|
            "installer": {
 | 
						|
                "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_amd64\" | Out-Null"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/terraform/0.12.5/terraform_0.12.5_windows_386.zip",
 | 
						|
            "hash": "06d3d82660f463895052f37c52163445433744c74851152f163d910ec344f484",
 | 
						|
            "installer": {
 | 
						|
                "script": "New-Item -ItemType Directory -Force -Path \"$Env:APPDATA\\terraform.d\\plugins\\windows_386\" | Out-Null"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "terraform.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://releases.hashicorp.com/terraform/",
 | 
						|
        "re": "terraform_([\\d.]+)</a>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://releases.hashicorp.com/terraform/$version/terraform_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/terraform_$version_SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |