From 749104f84c736c208de2af993e2581f3207919b3 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 29 Jan 2022 22:36:16 +0000 Subject: moved vim to use release tags --- repo/util/vim.xibuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo/util/vim.xibuild b/repo/util/vim.xibuild index b3993cb..5bae024 100644 --- a/repo/util/vim.xibuild +++ b/repo/util/vim.xibuild @@ -3,7 +3,8 @@ MAKEDEPS=(make ) DEPS=(gpm acl glibc libgcrypt pcre zlib) -SOURCE=https://github.com/vim/vim.git +PKG_VER=8.2.4257 +SOURCE=https://github.com/vim/vim/archive/refs/tags/v$PKG_VER.tar.gz DESC="Vi Improved" prepare () { -- cgit v1.2.1