mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
20 lines
644 B
JSON
20 lines
644 B
JSON
{
|
|
"homepage": "https://www.vagrantup.com/",
|
|
"version": "1.9.5",
|
|
"license": "MIT",
|
|
"url": "https://releases.hashicorp.com/vagrant/1.9.5/vagrant_1.9.5.msi",
|
|
"hash": "8ce945cd01d1273b628aa101e035716c246dfbddad29cccc8d96c873f77d386b",
|
|
"extract_dir": "HashiCorp/Vagrant",
|
|
"bin": "bin\\vagrant.exe",
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/vagrant/",
|
|
"re": "vagrant_([\\d.]+)</a>"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi",
|
|
"hash": {
|
|
"url": "$baseurl/vagrant_$version_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|