From 0443965b9221f405606ff7c9c34facba323b158f Mon Sep 17 00:00:00 2001 From: lifegpc Date: Tue, 16 Aug 2022 19:10:30 +0800 Subject: [PATCH] Bump speech dispatcher version from 0.10.2 to 0.11.1 This will fix [template with C linkage](https://github.com/brailcom/speechd/issues/616) error when compiling from source. --- bypy/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bypy/sources.json b/bypy/sources.json index f6c4475487..f381c649e6 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -982,9 +982,9 @@ "name": "speech-dispatcher-client", "os": "linux", "unix": { - "filename": "speech-dispatcher-0.10.2.tar.gz", - "hash": "sha256:b06319f201e15e56c6296653af5bcfc300cb348e972d517df8b06eac77eae2dc", - "urls": ["https://github.com/brailcom/speechd/releases/download/0.10.2/{filename}"] + "filename": "speech-dispatcher-0.11.1.tar.gz", + "hash": "sha256:d1da12ed3dac84f13799b6a2ec39ba2d3ca21a8493f44dc1855bd0ba96c2ddc6", + "urls": ["https://github.com/brailcom/speechd/releases/download/0.11.1/{filename}"] } },