changelog: https://github.com/zhaojh329/rtty/releases/tag/v9.0.4
Signed-off-by: Jianhui Zhao <[email protected]>
include $(TOPDIR)/rules.mk
PKG_NAME:=rtty
-PKG_VERSION:=9.0.2
+PKG_VERSION:=9.0.4
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL=https://github.com/zhaojh329/rtty/releases/download/v$(PKG_VERSION)
-PKG_HASH:=cac313e222b97870a8daaf35de377523b3951bfc9668a160ae1df5fe394783c6
+PKG_HASH:=3bfc5db341c40e451544a218b7ef2cc59329ce04c50824b8ce6e5b805504c9bd
PKG_LICENSE:=MIT
+++ /dev/null
-From 1b4c77df1dbf99f9acce02b51264cdb32a298146 Mon Sep 17 00:00:00 2001
-Date: Mon, 24 Nov 2025 08:33:13 -0800
-Subject: [PATCH] fix compilation with newer CMake
-
-less than 3.5 is not supported anymore.
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -1,4 +1,4 @@
--cmake_minimum_required(VERSION 3.0)
-+cmake_minimum_required(VERSION 3.10)
-
- project(rtty C)
-