From 1ced697c98dd5e4a7615cd409075e12374edd223 Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Sat, 30 Dec 2023 20:54:17 +0000 Subject: [PATCH] neovim: upgrade to 0.9.5 --- main/neovim/.checksums | 2 +- main/neovim/.pkgfiles | 2 +- main/neovim/spkgbuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/neovim/.checksums b/main/neovim/.checksums index 3b8bba902..028a7eddc 100644 --- a/main/neovim/.checksums +++ b/main/neovim/.checksums @@ -1 +1 @@ -3cffcc063c8c6c157356ac555f83418b neovim-0.9.4.tar.gz +106932337799a21cf8d28d488c7fc702 neovim-0.9.5.tar.gz diff --git a/main/neovim/.pkgfiles b/main/neovim/.pkgfiles index e25a6b3c1..ef1efc1b5 100644 --- a/main/neovim/.pkgfiles +++ b/main/neovim/.pkgfiles @@ -1,4 +1,4 @@ -neovim-0.9.4-1 +neovim-0.9.5-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/nvim diff --git a/main/neovim/spkgbuild b/main/neovim/spkgbuild index 07b785f30..526173e09 100644 --- a/main/neovim/spkgbuild +++ b/main/neovim/spkgbuild @@ -2,7 +2,7 @@ # depends : pynvim unzip name=neovim -version=0.9.4 +version=0.9.5 release=1 source="$name-$version.tar.gz::https://github.com/$name/$name/archive/refs/tags/v$version.tar.gz"