neovim: Fix hashes (#418)

This commit is contained in:
Hsiao-nan Cheung 2019-09-17 05:50:25 +08:00 committed by Ross Smith II
parent 3b4b7fc736
commit a261fb7711

View File

@ -9,11 +9,11 @@
"architecture": {
"64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.4.2/nvim-win64.zip",
"hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc"
"hash": "de39dd86c25a990f9b2468a775ca48608fadc71d5e9f35a04882480fd15a07ae"
},
"32bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.4.2/nvim-win32.zip",
"hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716"
"hash": "ad356fa9ee20fe4f8cfa52d70c814da43607c1050c1b7f19cdf1689aec42f061"
}
},
"extract_dir": "Neovim",