mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 07:06:23 +00:00
46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"homepage": "https://neovim.io/",
|
|
"version": "0.3.7",
|
|
"description": "Vim-fork focused on extensibility and usability",
|
|
"license": {
|
|
"identifier": "Apache-2.0,MIT,Vim",
|
|
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v0.3.7/nvim-win64.zip",
|
|
"hash": "a382844cca60e110d6c7205a869d156000b093d6205df81bc1283ff19328010d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v0.3.7/nvim-win32.zip",
|
|
"hash": "6bb55177582fa1d0b1b7e647da160946bf372b20ebbc5af782469cd41d4c26a2"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2015"
|
|
},
|
|
"bin": [
|
|
"Neovim\\bin\\nvim.exe",
|
|
"Neovim\\bin\\nvim-qt.exe"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"Neovim\\bin\\nvim-qt.exe",
|
|
"Neovim"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/neovim/neovim"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win64.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v$version/nvim-win32.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|