diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2021-01-27 21:57:42 +0800 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2021-01-27 17:51:27 +0200 |
commit | da7858204b1da3e0ee837f8498724da89a0aa1ae (patch) | |
tree | 40dedb07cfe1fed0534cd1d5c85285d9630d98d0 | |
parent | edf63727c3e69e68b038bb95d15ad531549627f7 (diff) |
rtty: update to 7.2.3
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
-rw-r--r-- | utils/rtty/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/rtty/Makefile b/utils/rtty/Makefile index e230bea27..58046863b 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=7.2.1 +PKG_VERSION:=7.2.3 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:=10675a12f4333d5b552b6489f04ca4be8821bb67c1fcfca7b002ed7a7fe498c7 +PKG_HASH:=067a2e0df9abb6d4419271ce6ecc47435824bc82205ad75bbf166e4259a7f9e2 CMAKE_INSTALL:=1 PKG_LICENSE:=MIT |