mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
neovim: Update to version 0.8.1 (#4142)
This commit is contained in:
parent
2df52900f9
commit
2afe679c08
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.0",
|
"version": "0.8.1",
|
||||||
"description": "Vim-fork focused on extensibility and usability",
|
"description": "Vim-fork focused on extensibility and usability",
|
||||||
"homepage": "https://neovim.io/",
|
"homepage": "https://neovim.io/",
|
||||||
"license": {
|
"license": {
|
||||||
@ -11,8 +11,8 @@
|
|||||||
},
|
},
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-win64.zip",
|
"url": "https://github.com/neovim/neovim/releases/download/v0.8.1/nvim-win64.zip",
|
||||||
"hash": "c52e0a93e8bd7e0192c3fe4552d8b0fb66fc8e08b6949e92340cccc4fa3a9bd0"
|
"hash": "1332cc7eded77ec3284ef648b6d54beb6d0f8be8eb7789483d46ff466343afb4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"extract_dir": "nvim-win64",
|
"extract_dir": "nvim-win64",
|
||||||
@ -27,7 +27,10 @@
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/neovim/neovim"
|
"url": "https://api.github.com/repos/neovim/neovim/releases/latest",
|
||||||
|
"jsonpath": "$.body",
|
||||||
|
"regex": "NVIM v(?<majorVersion>[\\w.-]+)\\.(?<minorVersion>[\\w.-]+)\\.(?<patchVersion>[\\w.-]+)",
|
||||||
|
"replace": "${majorVersion}.${minorVersion}.${patchVersion}"
|
||||||
},
|
},
|
||||||
"autoupdate": {
|
"autoupdate": {
|
||||||
"architecture": {
|
"architecture": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user