ScoopInstaller_Main/vagrant.json
2018-11-27 22:00:23 +00:00

35 lines
1.1 KiB
JSON

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