neovim@0.4.3: Fix hashes (#574)

- Closes #575
This commit is contained in:
Kyungmin Lee 2019-11-17 03:21:49 -05:00 committed by Jakub Čábera
parent ef06a84044
commit 45bd937d43

View File

@ -9,11 +9,11 @@
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.4.3/nvim-win64.zip",
"hash": "de39dd86c25a990f9b2468a775ca48608fadc71d5e9f35a04882480fd15a07ae"
"hash": "549fd985e3e6207dc3d52d17fb2bc7957adc264f20b525fc7e62f8dc8c597931"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.4.3/nvim-win32.zip",
"hash": "ad356fa9ee20fe4f8cfa52d70c814da43607c1050c1b7f19cdf1689aec42f061"
"hash": "4f63f55697afaf4d9f82204768fd7ad3e98cc554f2745afd4a160d50a63d1025"
}
},
"extract_dir": "Neovim",