From 1b9746131232c0de97024ce7656318655609e40e Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sat, 14 Oct 2017 22:34:58 +0200 Subject: [PATCH] espeak: Update from 1.49.1 to 1.49.2 --- packages/espeak/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/espeak/build.sh b/packages/espeak/build.sh index 47cbb5e5..a19b9fd9 100644 --- a/packages/espeak/build.sh +++ b/packages/espeak/build.sh @@ -3,9 +3,9 @@ TERMUX_PKG_DESCRIPTION="Compact software speech synthesizer" # Use eSpeak NG as the original eSpeak project is dead. # See https://github.com/espeak-ng/espeak-ng/issues/180 # about cross compilation of espeak-ng. -TERMUX_PKG_VERSION=1.49.1 +TERMUX_PKG_VERSION=1.49.2 +TERMUX_PKG_SHA256=cf7ed86850b99bafe819548c73a6651a74300980dd15f319ff22e2bd72ea20b4 TERMUX_PKG_SRCURL=https://github.com/espeak-ng/espeak-ng/releases/download/${TERMUX_PKG_VERSION}/espeak-ng-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=4502c6e352d587fda326e8a55763e7d7c28b40e82c9c4683258ecc0a339ed0d4 TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_HOSTBUILD=yes # --without-async due to that using pthread_cancel(). -- 2.11.0