Skip to content

Commit

Permalink
neovim-nightly: Fix checkver
Browse files Browse the repository at this point in the history
  • Loading branch information
jonz94 committed Oct 17, 2023
1 parent 4c8ac32 commit 7b569ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bucket/neovim-nightly.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.10.0-dev-1055-gb7734c4ec",
"version": "0.10.0-dev-1f551e0",
"description": "Vim fork focused on extensibility and usability",
"homepage": "https://neovim.io",
"license": {
Expand All @@ -19,8 +19,7 @@
"bin": "bin\\nvim.exe",
"checkver": {
"url": "https://api.github.com/repos/neovim/neovim/releases",
"regex": "NVIM v([\\w.-]+)\\+([\\w.-]+)",
"replace": "${1}-${2}"
"regex": "NVIM v([\\w.-]+)"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit 7b569ac

Please sign in to comment.