mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://www.vagrantup.com/",
 | 
						|
    "description": "A tool for building and managing virtual machine environments in a single workflow.",
 | 
						|
    "version": "2.2.6",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_x86_64.msi",
 | 
						|
            "hash": "4e9d2617dc2e1d194cdf8c7fbdc4041cef43e770baecbadbfed6c74fc4f5b98c"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://releases.hashicorp.com/vagrant/2.2.6/vagrant_2.2.6_i686.msi",
 | 
						|
            "hash": "c4f760748998598f5370ef6b4860fdaf7a66ffbe4caa8f39d87543a5b15ed136"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "extract_dir": "HashiCorp/Vagrant",
 | 
						|
    "bin": "bin\\vagrant.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://releases.hashicorp.com/vagrant/",
 | 
						|
        "re": "vagrant_([\\d.]+)</a>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_x86_64.msi"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_i686.msi"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/vagrant_$version_SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |