diff options
author | Jianhui Zhao <zhaojh329@gmail.com> | 2021-01-21 22:02:29 +0800 |
---|---|---|
committer | Jianhui Zhao <zhaojh329@gmail.com> | 2021-01-21 22:02:29 +0800 |
commit | dac73c5c9cbc72271dd69a133095fe425ffe81fb (patch) | |
tree | dae39603f1e1406d6278a037f729610c105c5dd7 /utils/rtty/Makefile | |
parent | d2aba09d262177d64806ed3a523b58f8bb0f4384 (diff) |
rtty: update to 7.2.1
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
Diffstat (limited to 'utils/rtty/Makefile')
-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 997a65043..e230bea27 100644 --- a/utils/rtty/Makefile +++ b/utils/rtty/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rtty -PKG_VERSION:=7.2.0 +PKG_VERSION:=7.2.1 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:=d2ad8f6d58faf69a4c8d50b7dc463536846b85b3cc0309e59ea72f45cdc28e7c +PKG_HASH:=10675a12f4333d5b552b6489f04ca4be8821bb67c1fcfca7b002ed7a7fe498c7 CMAKE_INSTALL:=1 PKG_LICENSE:=MIT |