ScoopInstaller_Main/vagrant.json
2018-11-16 01:00:20 +00:00

35 lines
1.1 KiB
JSON

{
"homepage": "https://www.vagrantup.com/",
"version": "2.2.1",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_x86_64.msi",
"hash": "54e062d8214cdd99e792d4dc0f85f7c3ac4275d3822102992b4003590371e65f"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.1/vagrant_2.2.1_i686.msi",
"hash": "54eda24258bbcdff17a69344dd7a08b7c16e1d7e6892c6a578d5374c3bc72dde"
}
},
"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"
}
}
}