editors/neovim: simple update to v0.6.1.

This commit is contained in:
edd 2022-02-09 09:24:13 +00:00
parent 73137965c6
commit 236785ea41
3 changed files with 7 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2021/12/25 10:44:22 paco Exp $
# $OpenBSD: Makefile,v 1.26 2022/02/09 09:24:13 edd Exp $
# Use LuaJIT where possible, as some plugins assume it's available. Arches
# that can't use LuaJIT have to use the system Lua (and some plugins may not
@ -15,7 +15,7 @@ COMMENT = continuation and extension of Vim
GH_ACCOUNT = neovim
GH_PROJECT = neovim
GH_TAGNAME = v0.6.0
GH_TAGNAME = v0.6.1
CATEGORIES = editors devel
HOMEPAGE = https://neovim.io

View File

@ -1,6 +1,6 @@
SHA256 (luajit-b4b2dce9fc3ffaaaede39b36d06415311e2aa516.tar.gz) = bJ5Gh32y3xbKD6dttAQ+0woa5gyJ2bosPk016yNgzU0=
SHA256 (luv-1.42.0-1.tar.gz) = S2+6qJ0kIO32BwrZ5SKZPhMr1+slQP91TCufFJd0TbI=
SHA256 (neovim-0.6.0.tar.gz) = LP1gDPpbtXVkzCL/u7yyyRUxBT/D3pkt8zZWYUOE+kw=
SHA256 (neovim-0.6.1.tar.gz) = 3YgsIaUuWZn2Vsrj8za1/HAtUq3dTZtc09w5z/816GQ=
SIZE (luajit-b4b2dce9fc3ffaaaede39b36d06415311e2aa516.tar.gz) = 1072160
SIZE (luv-1.42.0-1.tar.gz) = 1444368
SIZE (neovim-0.6.0.tar.gz) = 10592213
SIZE (neovim-0.6.1.tar.gz) = 10597584

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.11 2021/12/25 10:44:22 paco Exp $
@comment $OpenBSD: PLIST,v 1.12 2022/02/09 09:24:13 edd Exp $
@bin bin/nvim
lib/nvim/
@man man/man1/nvim.1
@ -393,6 +393,7 @@ share/nvim/runtime/ftplugin/cdrdaoconf.vim
share/nvim/runtime/ftplugin/cfg.vim
share/nvim/runtime/ftplugin/ch.vim
share/nvim/runtime/ftplugin/changelog.vim
share/nvim/runtime/ftplugin/checkhealth.vim
share/nvim/runtime/ftplugin/chicken.vim
share/nvim/runtime/ftplugin/clojure.vim
share/nvim/runtime/ftplugin/cmake.vim
@ -1050,6 +1051,7 @@ share/nvim/runtime/syntax/chaiscript.vim
share/nvim/runtime/syntax/change.vim
share/nvim/runtime/syntax/changelog.vim
share/nvim/runtime/syntax/chaskell.vim
share/nvim/runtime/syntax/checkhealth.vim
share/nvim/runtime/syntax/cheetah.vim
share/nvim/runtime/syntax/chicken.vim
share/nvim/runtime/syntax/chill.vim