mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"version": "0.3.0",
|
|
"license": "https://github.com/neovim/neovim/blob/master/LICENSE",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v0.3.0/nvim-win64.zip",
|
|
"hash": "9e341575148884339055e8fccbf80907f36315ab5d27f843cbe535f06cbfdea1"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v0.3.0/nvim-win32.zip",
|
|
"hash": "3b00c7ed7e6d53ac965cb8864d8780f7e96cb259a2c27c5eff7a535d22c44cb2"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"Visual Studio 2015 C++ redistributable": [
|
|
"vcredist2015"
|
|
]
|
|
},
|
|
"homepage": "https://neovim.io/",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|