将 laravel/Homestead 从 '7.2.1' 更新到 '10.1.0 的问题



我试图将我的laravel/Homestead从"7.2.1"更新到"10.1.0",但遇到了一些问题

你可以在下面的输出中看到发生了什么错误

$ vagrant box update
==> homestead-7: Checking for updates to 'laravel/homestead'
homestead-7: Latest installed version: 7.2.1
homestead-7: Version constraints: >= 4.0.0
homestead-7: Provider: virtualbox
==> homestead-7: Updating 'laravel/homestead' with provider 'virtualbox' from version
==> homestead-7: '7.2.1' to '10.1.0'...
==> homestead-7: Loading metadata for box 'https://vagrantcloud.com/laravel/homestead'
==> homestead-7: Adding box 'laravel/homestead' (v10.1.0) for provider: virtualbox
homestead-7: Downloading: https://vagrantcloud.com/laravel/boxes/homestead/versions/10.1.0/providers/virtualbox.box
==> homestead-7: Box download is resuming from prior download progress
homestead-7: Calculating and comparing box checksum...
The specified checksum type is not supported by Vagrant: sha512.
Vagrant supports the following checksum types:
md5, sha1, sha256

提前感谢

在更新Homestead框之前,您需要将Vagrant更新到支持sha512校验和的最新版本。

最新更新