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.
This commit is contained in:
lifegpc 2022-08-16 19:10:30 +08:00 committed by GitHub
parent 5228e61a0e
commit 0443965b92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"]
}
},