This is an automated email from the ASF dual-hosted git repository.
jerpelea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
The following commit(s) were added to refs/heads/master by this push:
new d273af483 applications/audioutils/morsey: Update Morsey version
d273af483 is described below
commit d273af4834a5401b5f97e7fd5b72f4f3bc3ffb1c
Author: Matteo Golin <[email protected]>
AuthorDate: Tue Jul 21 10:44:20 2026 -0400
applications/audioutils/morsey: Update Morsey version
Use newer version without compile time warnings that prevent CI from
building.
Signed-off-by: Matteo Golin <[email protected]>
---
audioutils/morsey/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/audioutils/morsey/Makefile b/audioutils/morsey/Makefile
index 599ae5700..04f454e64 100644
--- a/audioutils/morsey/Makefile
+++ b/audioutils/morsey/Makefile
@@ -25,9 +25,9 @@ include $(APPDIR)/Make.defs
CSRCS = $(MORSEY_DIR)/morsey.c
MORSEY_DIR = morsey
-MORSEY_VERSION = v1.0.0
+MORSEY_VERSION = v1.0.1
MORSEY_MORSEY_H_SHA256 =
55f45e7b9a4d810f928ffe3ee9bea4cc318e28b1f49abf9512aee2638bd1dbfa
-MORSEY_MORSEY_C_SHA256 =
f946c9845a90a4c1a459490906ae071d0ac5b41326b7a5ce971efb97792ef56a
+MORSEY_MORSEY_C_SHA256 =
12babc90d3518e026c344c38dc3701287c41fd6b41a3ec96fb36c77907be78f8
$(MORSEY_DIR):
$(Q) echo "Cloning Morsey repo..."