mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 04:31:27 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.vagrantup.com/",
|
|
"version": "2.2.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_x86_64.msi",
|
|
"hash": "5be450b7a1c89f8a44ccef88c2a737fd7973cbf528e5279772966ea0c7683567"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.2.0/vagrant_2.2.0_i686.msi",
|
|
"hash": "f6c12594e2247d4c53b4616f8088e59754b77c5c2c0a0dc4b267ac4c87fb0ea2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|