This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
commit 6e9cf9af156915563fed296074e5e976a465de31 Author: shizhenghui <[email protected]> AuthorDate: Thu Jun 8 15:45:36 2023 +0800 libsrc: update version number Signed-off-by: shizhenghui <[email protected]> --- libs/libc/audio/libsrc/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libc/audio/libsrc/Make.defs b/libs/libc/audio/libsrc/Make.defs index 4a0d9323c3..dc218ed785 100644 --- a/libs/libc/audio/libsrc/Make.defs +++ b/libs/libc/audio/libsrc/Make.defs @@ -21,7 +21,7 @@ ifeq ($(CONFIG_AUDIO_SRC),y) PACKAGE=libsamplerate -VERSION=0.1.9 +VERSION=0.2.2 # Download and unpack tarball if no git repo found ifeq ($(wildcard libsamplerate/.git),)
