ScoopInstaller_Main/vagrant.json
2018-09-12 18:00:26 +00:00

35 lines
1.1 KiB
JSON

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