mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 03:21:37 +00:00
22 lines
769 B
JSON
22 lines
769 B
JSON
{
|
|
"homepage": "https://www.vagrantup.com/",
|
|
"version": "1.9.3",
|
|
"license": "MIT",
|
|
"url": "https://releases.hashicorp.com/vagrant/1.9.3/vagrant_1.9.3.msi",
|
|
"hash": "3214881d4f27d716edfd59b09a7fb39c03b9bfebc3ec07d80c196ca5e488096c",
|
|
"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": {
|
|
"mode": "extract",
|
|
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_SHA256SUMS",
|
|
"find": "([a-z0-9]{64})\\s+(?:$basename)"
|
|
}
|
|
}
|
|
}
|