summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repo/util/vim.xibuild3
1 files changed, 2 insertions, 1 deletions
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 () {