From 7c92defe4e5680aba29a418d3b2cccb08d6c9a8a Mon Sep 17 00:00:00 2001 From: Termux Github Actions Date: Sat, 25 Dec 2021 00:40:57 +0000 Subject: [PATCH] toxic: update to 0.11.3 This commit has been automatically submitted by Github Actions. --- packages/toxic/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/toxic/build.sh b/packages/toxic/build.sh index 71355967b..f3ccd2db9 100644 --- a/packages/toxic/build.sh +++ b/packages/toxic/build.sh @@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/JFreegman/toxic TERMUX_PKG_DESCRIPTION="A command line client for Tox" TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="@termux" -TERMUX_PKG_VERSION=0.11.2 +TERMUX_PKG_VERSION=0.11.3 TERMUX_PKG_SRCURL=https://github.com/JFreegman/toxic/archive/v${TERMUX_PKG_VERSION}/toxic-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=2f5d03fd706981171bd0d532ac0d012f4039e97f2ab13eba0541fe918aeda67c +TERMUX_PKG_SHA256=1a3fd4289852bf64ee17b98a27597d0d8f5e7d3c9ac90180bd4e63a8e5ae53d9 TERMUX_PKG_AUTO_UPDATE=true TERMUX_PKG_DEPENDS="c-toxcore, libconfig, libcurl, libqrencode, ncurses, zlib" TERMUX_PKG_BUILD_IN_SRC=true