fix neovim version string
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,2 +1,3 @@
|
|||||||
.galaxy_install_info
|
.galaxy_install_info
|
||||||
.lock
|
.lock
|
||||||
|
.ansible/.lock
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
## Package: neovim
|
## Package: neovim
|
||||||
## Description: fork of vim focusing on modern development
|
## Description: fork of vim focusing on modern development
|
||||||
## Version: master
|
## Version: v0.12.1
|
||||||
## Methods: [source, system, appimage, archive]
|
## Methods: [source, system, appimage, archive]
|
||||||
## Helpers: [make, archive, appimage]
|
## Helpers: [make, archive, appimage]
|
||||||
---
|
---
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
git_repo: https://github.com/neovim/neovim
|
git_repo: https://github.com/neovim/neovim
|
||||||
appimage:
|
appimage:
|
||||||
base_url: https://github.com/neovim/neovim/releases/download
|
base_url: https://github.com/neovim/neovim/releases/download
|
||||||
version: 0.12.1
|
version: v0.12.1
|
||||||
pkgname:
|
pkgname:
|
||||||
RedHat: neovim
|
RedHat: neovim
|
||||||
Debian: neovim
|
Debian: neovim
|
||||||
|
|||||||
Reference in New Issue
Block a user