mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.7.2",
 | 
						|
    "description": "Automates the creation of any type of virtual machine image.",
 | 
						|
    "homepage": "https://www.packer.io",
 | 
						|
    "license": "MPL-2.0",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/packer/1.7.2/packer_1.7.2_windows_amd64.zip",
 | 
						|
            "hash": "3622c7d475417eda644d27481748c076a63e946501965eb5499893825d9e0fde"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/packer/1.7.2/packer_1.7.2_windows_386.zip",
 | 
						|
            "hash": "32f110d693e236be9a8734c851c258f2031e60be6e62fff5a06ff5bc4ac486f1"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "packer.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://releases.hashicorp.com/packer/",
 | 
						|
        "regex": "packer_([\\d.]+)</a>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://releases.hashicorp.com/packer/$version/packer_$version_windows_amd64.zip"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://releases.hashicorp.com/packer/$version/packer_$version_windows_386.zip"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/packer_$version_SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |