From 15a2bd685eb36955878b29147631974e0e78c988f4e9f315308aac84af8d58d3 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 8 Aug 2024 18:40:44 +0300 Subject: [PATCH] Update Vim --- build/distfiles/.gitignore | 2 +- .../{vim-v9.1.0482.tar.zst.do => vim-v9.1.0664.tar.zst.do} | 2 +- build/skel/editors/{vim-v9.1.0482.do => vim-v9.1.0664.do} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename build/distfiles/{vim-v9.1.0482.tar.zst.do => vim-v9.1.0664.tar.zst.do} (85%) rename build/skel/editors/{vim-v9.1.0482.do => vim-v9.1.0664.do} (100%) diff --git a/build/distfiles/.gitignore b/build/distfiles/.gitignore index 437fe6f..45a964f 100644 --- a/build/distfiles/.gitignore +++ b/build/distfiles/.gitignore @@ -232,7 +232,7 @@ /ucspi-tcp-0.88-ipv6.diff20.bz2 /ucspi-tcp-0.88.tar.gz /valgrind-3.23.0.tar.bz2 -/vim-v9.1.0482.tar.zst +/vim-v9.1.0664.tar.zst /vim.git/ /vorbis-tools-1.4.2.tar.gz /wavpack-5.7.0.tar.xz diff --git a/build/distfiles/vim-v9.1.0482.tar.zst.do b/build/distfiles/vim-v9.1.0664.tar.zst.do similarity index 85% rename from build/distfiles/vim-v9.1.0482.tar.zst.do rename to build/distfiles/vim-v9.1.0664.tar.zst.do index 26d7178..625f1b4 100644 --- a/build/distfiles/vim-v9.1.0482.tar.zst.do +++ b/build/distfiles/vim-v9.1.0664.tar.zst.do @@ -2,6 +2,6 @@ sname=$1.do . "$BASS_ROOT"/lib/rc [ -d vim.git ] || git clone --depth 1 --bare https://github.com/vim/vim.git >&2 cd vim.git -commit=ef8eab86e29091eaff0d3fb0bc3f7c90f468f6aa +commit=568cbc92a6637ef9272490fb0361adb73f158cfc git fetch origin $commit >&2 git archive --prefix=${1%.tar.zst}/ $commit | $COMPRESSOR diff --git a/build/skel/editors/vim-v9.1.0482.do b/build/skel/editors/vim-v9.1.0664.do similarity index 100% rename from build/skel/editors/vim-v9.1.0482.do rename to build/skel/editors/vim-v9.1.0664.do -- 2.48.1