Skip to content

Commit 2a8e647

Browse files
committed
neovim@0.11.5: Add arm64 support (Closes #7391)
* Update extract_dir. * Remove autoupdate hash extraction.
1 parent 55a6848 commit 2a8e647

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

bucket/neovim.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,15 @@
1212
"architecture": {
1313
"64bit": {
1414
"url": "https://github.com/neovim/neovim/releases/download/v0.11.5/nvim-win64.zip",
15-
"hash": "718e731326e7759cf17bbbb33f38975707a2ac85642614686b818ef5fde38f48"
15+
"hash": "718e731326e7759cf17bbbb33f38975707a2ac85642614686b818ef5fde38f48",
16+
"extract_dir": "nvim-win64"
17+
},
18+
"arm64": {
19+
"url": "https://github.com/neovim/neovim/releases/download/v0.11.5/nvim-win-arm64.zip",
20+
"hash": "3446d204a97ec83eb4af0fe530a09c6d6b7392c0f0c36706e2c7dac6e1feb0ff",
21+
"extract_dir": "nvim-win-arm64"
1622
}
1723
},
18-
"extract_dir": "nvim-win64",
1924
"bin": "bin\\nvim.exe",
2025
"checkver": {
2126
"url": "https://api.github.com/repositories/16408992/releases/latest",
@@ -27,10 +32,10 @@
2732
"architecture": {
2833
"64bit": {
2934
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
35+
},
36+
"arm64": {
37+
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win-arm64.zip"
3038
}
31-
},
32-
"hash": {
33-
"url": "$url.sha256sum"
3439
}
3540
}
3641
}

0 commit comments

Comments
 (0)