From 2b9ca8618bfedffb9b7154bc8d53fc39e03a30a8 Mon Sep 17 00:00:00 2001 From: Oliver Schmidhauser Date: Thu, 21 Feb 2019 19:24:03 +0100 Subject: [PATCH] update profanity to 0.6.0 --- packages/profanity/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/profanity/build.sh b/packages/profanity/build.sh index bdcc8b43d..faee7e47d 100644 --- a/packages/profanity/build.sh +++ b/packages/profanity/build.sh @@ -1,11 +1,10 @@ TERMUX_PKG_HOMEPAGE=http://profanity.im TERMUX_PKG_DESCRIPTION="Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi" TERMUX_PKG_LICENSE="GPL-3.0" -TERMUX_PKG_VERSION=0.5.1 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION=0.6.0 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli" TERMUX_PKG_SRCURL=http://profanity.im/profanity-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=e3513713e74ec3363fbdbac2919bdc17e249988780cc5a4589d1425807a7feb8 +TERMUX_PKG_SHA256=51b0932924a391656423af0d85f14dde049ac1e94214f948849d37df1c2759c4 TERMUX_PKG_DEPENDS="libandroid-support,ncurses,glib,libmesode,libcurl,readline,libuuid,libotr,gpgme,python" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-python-plugins" TERMUX_PKG_BUILD_IN_SRC=yes