mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
20 lines
683 B
JSON
20 lines
683 B
JSON
{
|
|
"homepage": "https://www.vagrantup.com/",
|
|
"version": "1.9.4",
|
|
"license": "MIT",
|
|
"url": "https://releases.hashicorp.com/vagrant/1.9.4/vagrant_1.9.4.msi",
|
|
"hash": "efe0b24d99cf99f44d3be536ce340062b3cef1e7951da55e2f6a8a33db292cbc",
|
|
"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": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_SHA256SUMS"
|
|
}
|
|
}
|
|
}
|