From 91aaf032e592fa9fc246b4a9d72654f8112d1646 Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Mon, 4 Apr 2022 18:08:59 +0000 Subject: [PATCH] profanity: update to 0.12.1 This commit has been automatically submitted by Github Actions. --- 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 1a759ee67..76548b7cf 100644 --- a/packages/profanity/build.sh +++ b/packages/profanity/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://profanity-im.github.io 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_MAINTAINER="Oliver Schmidhauser @Neo-Oli" -TERMUX_PKG_VERSION=0.12.0 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_VERSION="0.12.1" TERMUX_PKG_SRCURL=https://github.com/profanity-im/profanity/releases/download/$TERMUX_PKG_VERSION/profanity-$TERMUX_PKG_VERSION.tar.gz -TERMUX_PKG_SHA256=9e60de8cb7f747f3d433a5b091e4d439d6e2b71a958e1a7607681660638793d6 +TERMUX_PKG_SHA256=e344481e7bf3b16baf58a169d321b809c4700becffb70db6f1c39adc3fad306e TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="libandroid-support, libffi, ncurses, glib, libcurl, readline, libuuid, libotr, gpgme, python, libassuan, libgpg-error, zlib, libsignal-protocol-c, libstrophe" TERMUX_PKG_BREAKS="profanity-dev"