neovim: fix update-check

This commit is contained in:
classabbyamp
2024-06-15 16:36:13 -04:00
parent 261f9f4061
commit 928dda5b92

2
srcpkgs/neovim/update Normal file
View File

@@ -0,0 +1,2 @@
site="https://github.com/neovim/neovim/tags"
pattern='/archive/refs/tags/v?\K[\d.]+(?=\.tar\.gz")'