mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-31 11:27:35 +08:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"version": "0.6.17",
|
|
"description": "Neovim GUI which uses a Golang Qt backend",
|
|
"homepage": "https://github.com/akiyosi/goneovim",
|
|
"license": {
|
|
"identifier": "MIT",
|
|
"url": "https://github.com/akiyosi/goneovim/blob/HEAD/LICENSE"
|
|
},
|
|
"suggest": {
|
|
"Neovim": "main/neovim"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/akiyosi/goneovim/releases/download/v0.6.17/goneovim-v0.6.17-windows-x86_64.zip",
|
|
"hash": "d7401c2e33c4dffc7dccf65cfb5fc7d8537dffc4ddc35a75feb6566f2fdcfe38",
|
|
"extract_dir": "goneovim-v0.6.17-windows-x86_64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/akiyosi/goneovim/releases/download/v0.6.17/goneovim-v0.6.17-windows-arm64.zip",
|
|
"hash": "713d3cf487cb287df0337f314688325ccd455ab30df5c4717ad404f34058a0ee",
|
|
"extract_dir": "goneovim-v0.6.17-windows-arm64"
|
|
}
|
|
},
|
|
"bin": "goneovim.exe",
|
|
"shortcuts": [
|
|
[
|
|
"goneovim.exe",
|
|
"Goneovim"
|
|
]
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/akiyosi/goneovim/releases/download/v$version/goneovim-v$version-windows-x86_64.zip",
|
|
"extract_dir": "goneovim-v$version-windows-x86_64"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/akiyosi/goneovim/releases/download/v$version/goneovim-v$version-windows-arm64.zip",
|
|
"extract_dir": "goneovim-v$version-windows-arm64"
|
|
}
|
|
}
|
|
}
|
|
}
|