speexdsp: add v1.2.1 (#37125)

This commit is contained in:
Alec Scott 2023-04-24 01:31:53 -07:00 committed by GitHub
parent a6b9f88b6c
commit d98e129931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ class Speexdsp(AutotoolsPackage):
homepage = "https://github.com/xiph/speexdsp"
url = "https://github.com/xiph/speexdsp/archive/SpeexDSP-1.2.0.tar.gz"
version("1.2.1", sha256="d17ca363654556a4ff1d02cc13d9eb1fc5a8642c90b40bd54ce266c3807b91a7")
version("1.2.0", sha256="d7032f607e8913c019b190c2bccc36ea73fc36718ee38b5cdfc4e4c0a04ce9a4")
depends_on("autoconf", type="build")