mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://www.vagrantup.com/",
|
|
"version": "2.2.4",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_x86_64.msi",
|
|
"hash": "0c8cf856ed8c794db2cceef96e8cbd5f0096eeafe851b024fd0dd4b308291026"
|
|
},
|
|
"32bit": {
|
|
"url": "https://releases.hashicorp.com/vagrant/2.2.4/vagrant_2.2.4_i686.msi",
|
|
"hash": "808496107341e4da0526d6b6c365324508a4bf1868084aca1d93c74a8e9c7854"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|