diff options
Diffstat (limited to 'development/neovim/neovim.info')
-rw-r--r-- | development/neovim/neovim.info | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/development/neovim/neovim.info b/development/neovim/neovim.info index fa961a0d59..8248314486 100644 --- a/development/neovim/neovim.info +++ b/development/neovim/neovim.info @@ -1,7 +1,7 @@ PRGNAM="neovim" -VERSION="0.10.1" +VERSION="0.10.2" HOMEPAGE="https://neovim.io" -DOWNLOAD="https://github.com/neovim/neovim/archive/v0.10.1/neovim-0.10.1.tar.gz \ +DOWNLOAD="https://github.com/neovim/neovim/archive/v0.10.2/neovim-0.10.2.tar.gz \ https://github.com/LuaJIT/LuaJIT/archive/75e9277/LuaJIT-75e92777988017fe47c5eb290998021bbf972d1f.tar.gz \ https://github.com/luvit/luv/archive/1.48.0-2/luv-1.48.0-2.tar.gz \ https://github.com/lunarmodules/lua-compat-5.3/archive/v0.13/lua-compat-5.3-0.13.tar.gz \ @@ -10,8 +10,9 @@ DOWNLOAD="https://github.com/neovim/neovim/archive/v0.10.1/neovim-0.10.1.tar.gz https://github.com/MDeiml/tree-sitter-markdown/archive/v0.2.3/tree-sitter-markdown-0.2.3.tar.gz \ https://github.com/tree-sitter-grammars/tree-sitter-query/archive/v0.4.0/tree-sitter-query-0.4.0.tar.gz \ https://github.com/neovim/tree-sitter-vimdoc/archive/v3.0.0/tree-sitter-vimdoc-3.0.0.tar.gz \ - https://github.com/neovim/tree-sitter-vim/archive/v0.4.0/tree-sitter-vim-0.4.0.tar.gz" -MD5SUM="60439ae010f4b85c6805693062f23c51 \ + https://github.com/neovim/tree-sitter-vim/archive/v0.4.0/tree-sitter-vim-0.4.0.tar.gz \ + https://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.1.0.tar.gz" +MD5SUM="25a3d5ca0e0bc85ac91290cc891534ce \ aee865a769321f40b28067c3568e92ef \ 8efb4574249415a888a4197468529a9b \ 4b53edbd6222230a50f58ca8f9a98d18 \ @@ -20,9 +21,10 @@ MD5SUM="60439ae010f4b85c6805693062f23c51 \ b6ea171a2c434992d9ddb965361513c2 \ 7181d19e0b01420f33ec67584246a47c \ 93d5caeb022a63723d7e39d97c546af3 \ - 8f3d1c3319673e20b83da6c23962dc45" + 8f3d1c3319673e20b83da6c23962dc45 \ + 842a538b403b5639510c9b6fffd2c75b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lua-lpeg msgpack-c-c libtermkey libvterm tree-sitter" +REQUIRES="msgpack-c-c libtermkey libvterm tree-sitter" MAINTAINER="Diego Hernan Borghetti" EMAIL="bdiego@pm.me" |