ScoopInstaller_Main/vagrant.json
2018-04-20 22:00:20 +00:00

35 lines
1.1 KiB
JSON

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