mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-30 20:41:19 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.vagrantup.com/",
|
|
"version": "2.0.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_x86_64.msi",
|
|
"hash": "0fd2ebaf46d2d0f33a77844ed7a2116158b13872e47877bbb3929ae55d3d104f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.0.0/vagrant_2.0.0_i686.msi",
|
|
"hash": "9e33c6e0ba25c597e963a2b514818829b9e4ce9ddaf45718be4b0a97da04afd1"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|