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.9",
 | 
						|
    "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.9/packer_1.7.9_windows_amd64.zip",
 | 
						|
            "hash": "9f4724b2a629d25da932406b3d9643f0fcf085f1d638e139fc3e0925ba9176f4"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/packer/1.7.9/packer_1.7.9_windows_386.zip",
 | 
						|
            "hash": "af25fea504afe5caaf38c5ad7b35eb3593f59f3f2d5ae91305ddd936c9f6798b"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |