vagrant: hash fix (#2519)

Co-authored-by: ScoopInstaller <cabera.jakub@gmail.com>
This commit is contained in:
github-actions[bot] 2021-09-10 19:19:36 +10:00 committed by GitHub
parent 693d2ddced
commit 97b4565678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_x86_64.msi",
"hash": "aed44d72e72d2183354c7e2e0f6118e289becba0491a67eb2e5551701b70d359"
"hash": "8ce913bee9debcbf39f313f4255e56f37dac5281cd62458c0c0040e5c76ee93e"
},
"32bit": {
"url": "https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_i686.msi",
"hash": "b4f1da25cd8e536289988dcf922ba3ebd0469fe1c1de43e2c20c4ce707f491dd"
"hash": "8a82e4185aab1bc801d0ddfeee1ee7a64931500df0151a8048cbad32e467a89c"
}
},
"extract_dir": "HashiCorp/Vagrant",