-
Notifications
You must be signed in to change notification settings - Fork 9
/
vagrant.json
35 lines (35 loc) · 1.29 KB
/
vagrant.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"version": "2.4.3",
"description": "A tool for building and managing virtual machine environments in a single workflow.",
"homepage": "https://www.vagrantup.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.4.3/vagrant_2.4.3_windows_amd64.msi",
"hash": "5eb57707046255b941a4b8fcf8863fa5d67aa5f33f1c48a150c2bb274c9f003c"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.4.3/vagrant_2.4.3_windows_i686.msi",
"hash": "2be9f54e5057daa8371a78a741ec007034df773b3f68c124ea17feec1737deaf"
}
},
"extract_dir": "Vagrant",
"bin": "bin\\vagrant.exe",
"checkver": {
"url": "https://releases.hashicorp.com/vagrant/",
"regex": "vagrant_([\\d.]+)</a>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_amd64.msi"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/$version/vagrant_$version_windows_i686.msi"
}
},
"hash": {
"url": "$baseurl/vagrant_$version_SHA256SUMS"
}
}
}