vim-gtk: update to 8.2.2450

This commit is contained in:
Leonid Pliushch 2021-02-09 20:28:45 +00:00 committed by Yaksh Bariya
parent e9169e5521
commit a33308f028
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 Pliushch <leonid.pliushch@gmail.com>"
# vim should only be updated every 50 releases on multiples of 50.
TERMUX_PKG_VERSION=8.2.2100
TERMUX_PKG_VERSION=8.2.2450
TERMUX_PKG_SRCURL=https://github.com/vim/vim/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=5912f417d2818b7c889470d5e357809609eea6a5817491d344f7609d7fdf81fa
TERMUX_PKG_SHA256=bb992b493834e234def32ad9ef27111a32f79f09495011a076d142507984598f
TERMUX_PKG_DEPENDS="gdk-pixbuf, glib, gtk3, libcairo, libice, libiconv, liblua53, libsm, libx11, libxpm, libxt, ncurses, pango, python"
TERMUX_PKG_CONFLICTS="vim, vim-python, vim-runtime"