summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-01-29 22:36:16 +0000
committerdavidovski <david@davidovski.xyz>2022-01-29 22:36:16 +0000
commit749104f84c736c208de2af993e2581f3207919b3 (patch)
tree26954716b0fc6bce2dd7a17fa95f9fbdf1ad7c28
parentda5ee46ac8c6648df09a23ed5a43200d5e32ff1e (diff)
moved vim to use release tags
-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 () {