diff options
author | fuzzard <fuzzard@users.noreply.github.com> | 2023-03-07 04:41:24 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-07 04:41:24 +1000 |
commit | e37f1e4016f9738015a717d179f9d3a7a9b0b561 (patch) | |
tree | e6c29e1b962e62f743b90fd09de0ee621233af24 /tools | |
parent | ab882f18d4274a1ec190b652e8e47a29812ed890 (diff) | |
parent | 093e05aa48a1cc8d801186c7c1a9f4d3aff4a1d3 (diff) |
Merge pull request #22910 from craigcarnell/update/libasound-1.2.8
Update/libasound 1.2.8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/target/alsa-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/alsa-lib/Makefile b/tools/depends/target/alsa-lib/Makefile index 57d17873a8..25268db739 100644 --- a/tools/depends/target/alsa-lib/Makefile +++ b/tools/depends/target/alsa-lib/Makefile @@ -3,10 +3,10 @@ DEPS = ../../Makefile.include Makefile ../../download-files.include # lib name, version LIBNAME=libasound -VERSION=1.1.4.1 +VERSION=1.2.8 SOURCE=alsa-lib-$(VERSION) ARCHIVE=$(SOURCE).tar.bz2 -SHA512=7b548c4ee29c4a1230a0edcd5d19219831290f96a214180a6530628acc05278d1348376195287d188f4f44d6be1914391c63994f1b50985c3eee74352da26b0b +SHA512=865ff05a8f589996f8d63d43a91c961f1b64144f3e1d17c7074b7ac16f25b3fd1c371d46ed63a8cc20fa01e63c76b75f1a9802b56889ae1073854dd050d27688 include ../../download-files.include # configuration settings |