diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-20 17:05:41 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-08-20 17:05:41 +0000 |
commit | 12426f4199ed4fb015c28977b3ffce9e9d9a2d78 (patch) | |
tree | 4b533979552379d72db85f9d5abeb9f0de07dc69 | |
parent | 39f82722e0f295a23f2a0d5b0d56190e8557068d (diff) | |
download | aports-12426f4199ed4fb015c28977b3ffce9e9d9a2d78.tar.bz2 aports-12426f4199ed4fb015c28977b3ffce9e9d9a2d78.tar.xz |
main/vim: upgrade to 7.2.245
-rw-r--r-- | main/vim/APKBUILD | 26 |
1 files changed, 24 insertions, 2 deletions
diff --git a/main/vim/APKBUILD b/main/vim/APKBUILD index b4ecb2a1d9..a6ce2f6220 100644 --- a/main/vim/APKBUILD +++ b/main/vim/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=vim _srcver=7.2 -_patchver=234 +_patchver=245 pkgver=$_srcver.$_patchver pkgrel=1 pkgdesc="advanced text editor" @@ -249,6 +249,17 @@ source="ftp://ftp.vim.org/pub/vim/unix/vim-7.2.tar.bz2 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.232 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.233 ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.234 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.235 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.236 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.237 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.238 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.239 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.240 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.241 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.242 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.243 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.244 + ftp://ftp.vim.org/pub/vim/patches/7.2/7.2.245 " # this generates the patches list @@ -282,6 +293,7 @@ build() { md5sums="f0901284b338e448bfd79ccca0041254 vim-7.2.tar.bz2 35e04482f07c57221c9a751aaa3b8dac vim-7.2-extra.tar.gz +97aecde2ab504e543a96bec84b3b5638 vimrc 7c2dc4a956cf315e546e347bc349968c 7.2.001 7f16f80814f1e071a689806c2056b39d 7.2.002 0de916fdfd450a4a0d95bed44ae2c398 7.2.003 @@ -516,4 +528,14 @@ b97e5d33fa4fb8a1ea1308558bb33d41 7.2.228 5e5cfa4e5ee34cbbdd01c27ece1b7398 7.2.232 9fa12db95776e9174ca7c95172a48838 7.2.233 a46776a6914ec2972ada91b33b0cfb39 7.2.234 -97aecde2ab504e543a96bec84b3b5638 vimrc" +4121105bf052ebac02bd9891c232137a 7.2.235 +e9ca47c42d7de7b27910e3b35e533ecd 7.2.236 +f48f3e3f58a7a82a1c14fd61072c69f0 7.2.237 +5b9cc79b5448fb71ac1b2870a861119d 7.2.238 +28a8a33a3e2ceef51f838c2dc9fceac2 7.2.239 +212989ec4f90d697183c7cfb363cd453 7.2.240 +45f0effee324a20881e254c1b59dd5f8 7.2.241 +464fc788e592b19cd4d8a21d3d8b789e 7.2.242 +eb8132b8f89393e7f39734e607fc3925 7.2.243 +15c654c51220c2ad94b47d6013626aef 7.2.244 +d5ecb198dfea237e96b5ae12b9381383 7.2.245" |