ScoopInstaller_Main/vagrant.json
2018-08-30 22:00:28 +00:00

35 lines
1.1 KiB
JSON

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