Commit fc36effb4d1c052030a876d6ad642f41d7abf0ef
1 parent
06f35d13
Exists in
master
and in
4 other branches
Atualização do hash de validação da imagem CentOS 6.5 v0.3.0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Vagrantfile
... | ... | @@ -23,7 +23,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| |
23 | 23 | |
24 | 24 | # Every Vagrant virtual environment requires a box to build off of. |
25 | 25 | config.vm.box = "guilhermeadc/centos65" |
26 | - config.vm.box_download_checksum = "5354836abdc890e57f035020965ea70e" | |
26 | + config.vm.box_download_checksum = "76a2a61de2d89f6cfd4d795e57cc4406" | |
27 | 27 | config.vm.box_download_checksum_type = "md5" |
28 | 28 | |
29 | 29 | # Disable automatic box update checking. If you disable this, then | ... | ... |