From c779629367428ecb8abc8e268f29625fb59b8ad8 Mon Sep 17 00:00:00 2001 From: Matteo Golin Date: Tue, 21 Jul 2026 10:44:20 -0400 Subject: [PATCH] applications/audioutils/morsey: Update Morsey version Use newer version without compile time warnings that prevent CI from building. Signed-off-by: Matteo Golin --- audioutils/morsey/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audioutils/morsey/Makefile b/audioutils/morsey/Makefile index 599ae5700c7..04f454e64c8 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..."