vim-gtk: update to 8.1.2200

This commit is contained in:
Leonid Pliushch 2019-10-27 21:16:09 +02:00 committed by Yaksh Bariya
parent 73c297d26e
commit d988e3c91b
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ TERMUX_PKG_LICENSE="VIM License"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
# vim should only be updated every 50 releases on multiples of 50.
TERMUX_PKG_VERSION=8.1.2100
TERMUX_PKG_VERSION=8.1.2200
TERMUX_PKG_SRCURL=https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=ef89982b9a0f2c6d0c59a3e845c622a38ddd23588772d1f722f2c8e7c209b503
TERMUX_PKG_SHA256=75a60a72402b3dd3780d680764ce3cd2283df178bd82bf8448f4900375f55c5a
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk3, libcairo-x, libice, libiconv, liblua, libsm, libx11, libxpm, libxt, ncurses, pango-x, python"
TERMUX_PKG_CONFLICTS="vim, vim-python, vim-runtime"