mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
22 lines
765 B
JSON
22 lines
765 B
JSON
{
|
|
"homepage": "https://www.vagrantup.com/",
|
|
"version": "1.9.1",
|
|
"license": "MIT",
|
|
"url": "https://releases.hashicorp.com/vagrant/1.9.1/vagrant_1.9.1.msi",
|
|
"hash": "db1fef59dd15ac90b6f5cfad20af7e15eccd814556a81f46e5422386166789a6",
|
|
"extract_dir": "HashiCorp/Vagrant",
|
|
"bin": "bin\\vagrant.exe",
|
|
"checkver": {
|
|
"url": "https://releases.hashicorp.com/vagrant/",
|
|
"re": "vagrant_([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version.msi",
|
|
"hash": {
|
|
"mode": "extract",
|
|
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_SHA256SUMS",
|
|
"find": "([a-z0-9]{64})\\s+(?:$basename)"
|
|
}
|
|
}
|
|
}
|