ScoopInstaller_Main/vagrant.json
2017-05-16 04:00:23 +02:00

20 lines
644 B
JSON

{
"homepage": "https://www.vagrantup.com/",
"version": "1.9.5",
"license": "MIT",
"url": "https://releases.hashicorp.com/vagrant/1.9.5/vagrant_1.9.5.msi",
"hash": "8ce945cd01d1273b628aa101e035716c246dfbddad29cccc8d96c873f77d386b",
"extract_dir": "HashiCorp/Vagrant",
"bin": "bin\\vagrant.exe",
"checkver": {
"url": "https://releases.hashicorp.com/vagrant/",
"re": "vagrant_([\\d.]+)</a>"
},
"autoupdate": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi",
"hash": {
"url": "$baseurl/vagrant_$version_SHA256SUMS"
}
}
}