mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-19 07:01:20 +00:00
45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"version": "0.3.3",
|
|
"license": {
|
|
"identifier": "Apache-2.0,MIT,Vim,Freeware(Node.js)",
|
|
"url": "https://github.com/neovim/neovim/blob/master/LICENSE"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v0.3.3/nvim-win64.zip",
|
|
"hash": "4cd8ea00d279eef8086b75b29b2d225c97109aec38bd99a82944c9816802563a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/neovim/neovim/releases/download/v0.3.3/nvim-win32.zip",
|
|
"hash": "d9c325d12eae27e15592997114caea8f4b2bf4d851e46dff452fa47ed9133753"
|
|
}
|
|
},
|
|
"suggest": {
|
|
"vcredist": "extras/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"
|
|
}
|
|
}
|
|
}
|
|
}
|