finch: Update to 2.14.8

This commit is contained in:
Tee KOBAYASHI 2021-12-31 12:51:39 +09:00 committed by Leonid Pliushch
parent d8aa2b8024
commit ef8dd69f85
1 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://pidgin.im/
TERMUX_PKG_DESCRIPTION="Text-based multi-protocol instant messaging client"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.14.4
TERMUX_PKG_REVISION=2
TERMUX_PKG_VERSION=2.14.8
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/pidgin/Pidgin/${TERMUX_PKG_VERSION}/pidgin-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=67c1a0104b0624a50100c6d73cd5504d53c9d221922b1b28fa86020531a9904e
TERMUX_PKG_SHA256=3f8085c0211c4ca1ba9f8a03889b3d60738432c1673b57b0086070ef6e094cca
TERMUX_PKG_DEPENDS="libiconv, libgnt, libgnutls, libsasl, libxml2, ncurses-ui-libs, glib"
TERMUX_PKG_BREAKS="finch-dev"
TERMUX_PKG_REPLACES="finch-dev"
@ -21,7 +20,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-tcl
--without-zephyr
--with-ncurses-headers=$TERMUX_PREFIX/include
--without-python
--without-python3
"
TERMUX_PKG_RM_AFTER_INSTALL="share/sounds/purple lib/purple-2/libmsn.so"