[Lunar-commits] <moonbase> vim: updated to 7.2

Zbigniew Luszpinski zbiggy at lunar-linux.org
Sun Aug 10 19:12:54 CEST 2008


commit 9851e60a0ef0cc71126c61d0e106e64952f857c9
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Sun Aug 10 19:12:54 2008 +0200

    vim: updated to 7.2
---
 editors/vim/BUILD   |    2 +-
 editors/vim/DETAILS |   24 ++++++++++++++++++------
 2 files changed, 19 insertions(+), 7 deletions(-)

diff --git a/editors/vim/BUILD b/editors/vim/BUILD
index 0505aa3..0fa0dd4 100644
--- a/editors/vim/BUILD
+++ b/editors/vim/BUILD
@@ -3,7 +3,7 @@
   if [[ "$MULTIBYTE" == "y" ]]; then
     OPTS="$OPTS --enable-multibyte"
   fi
-  
+
   cd src                                 &&
   default_config                         &&
   make                                   &&
diff --git a/editors/vim/DETAILS b/editors/vim/DETAILS
index 1d2c7a6..bdd9a89 100644
--- a/editors/vim/DETAILS
+++ b/editors/vim/DETAILS
@@ -1,16 +1,28 @@
            MODULE=vim
-          VERSION=7.1
-            MAJOR=71
+          VERSION=7.2
+            MAJOR=72
            SOURCE=$MODULE-$VERSION.tar.bz2
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/vim${MAJOR}
-       SOURCE_URL=ftp://ftp.vim.org/pub/vim/unix/
-       SOURCE_VFY=sha1:981e1acecc4d8f15680b6e160de84aed038d857d
+    SOURCE_URL[0]=ftp://ftp.vim.org/pub/vim/unix/
+    SOURCE_URL[1]=ftp://ftp.us.vim.org/pub/vim/unix/
+    SOURCE_URL[2]=ftp://ftp3.nl.vim.org/pub/vim/unix/
+    SOURCE_URL[3]=ftp://ftp.be.vim.org/pub/vim/unix/
+    SOURCE_URL[4]=ftp://ftp9.us.vim.org/pub/vim/unix/
+    SOURCE_URL[5]=ftp://ftp.nl.vim.org/pub/vim/unix/
+    SOURCE_URL[6]=ftp://ftp3.nl.vim.org/pub/vim/unix/
+    SOURCE_URL[7]=ftp://ftp.be.vim.org/pub/vim/unix/
+    SOURCE_URL[8]=ftp://ftp.de.vim.org/pub/vim/unix/
+    SOURCE_URL[9]=ftp://ftp.fr.vim.org/pub/vim/unix/
+   SOURCE_URL[10]=ftp://ftp.es.vim.org/pub/vim/unix/
+   SOURCE_URL[11]=ftp://ftp.pl.vim.org/pub/vim/unix/
+   SOURCE_URL[12]=ftp://ftp2.pl.vim.org/pub/vim/unix/
+       SOURCE_VFY=sha1:76f6a5a97746db06bd4786984a116793a16e3e10
          WEB_SITE=http://vim.sf.net
        MAINTAINER=sofar at lunar-linux.org
           ENTERED=20010922
-          UPDATED=20070513
+          UPDATED=20080810
             SHORT="Improved version of vi"
-            
+
 cat << EOF
 VIM is an improved version of the editor vi, one of the standard text
 editors on UNIX systems.  VIM adds many of the features that you would


More information about the Lunar-commits mailing list